Merge "Add npm shrinkwrap
to npm run
macro."
This commit is contained in:
commit
eebb9c1944
@ -186,6 +186,10 @@
|
||||
export DISPLAY=:99
|
||||
npm install
|
||||
|
||||
# Execute shrinkwrap, and output the dependencies actually in use.
|
||||
npm shrinkwrap
|
||||
cat ./npm-shrinkwrap.json
|
||||
|
||||
# Try running as a standard lifecycle script, otherwise try custom.
|
||||
npm_lifecycle_phases="publish install version test stop start restart pack"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user