Compare commits
No commits in common. "stream-nodejs-12-rhel-8.9.0" and "c8-stream-12" have entirely different histories.
stream-nod
...
c8-stream-
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
||||
SOURCES/nodemon-v2.0.3-bundled.tar.gz
|
||||
/nodemon-v2.0.3-bundled.tar.gz
|
||||
|
1
.nodejs-nodemon.metadata
Normal file
1
.nodejs-nodemon.metadata
Normal file
@ -0,0 +1 @@
|
||||
a515df94af26b438ffbf4d914259f16a03cc7c15 SOURCES/nodemon-v2.0.3-bundled.tar.gz
|
@ -1,7 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
version=$(rpm -q --specfile --qf='%{version}\n' nodejs-nodemon.spec | head -n1)
|
||||
wget https://github.com/remy/nodemon/archive/v$version.tar.gz
|
||||
tar -zxf v$version.tar.gz
|
||||
cd nodemon-$version
|
||||
npm install --production && cd .. && tar -zcf nodemon-v$version-bundled.tar.gz nodemon-$version
|
Loading…
Reference in New Issue
Block a user