nodejs-nodemon/nodemon-tarball.sh
Honza Horak 7080abc236 Replace whole repo with latest content from branch stream-14-rhel-8.8.0
Content corresponds with RHEL dist-git commit 4e1d48d
2023-05-16 21:20:11 +02:00

8 lines
303 B
Bash

#!/bin/sh
version=$(rpm -q --specfile --qf='%{version}\n' nodejs-nodemon.spec | head -n1)
wget https://registry.npmjs.org/nodemon/-/nodemon-$version.tgz
tar -zxf nodemon-$version.tgz
cd package
npm install --production && rm -rf Dockerfile && cd .. && tar -zcf nodemon-v$version-bundled.tar.gz package