Merge "Add npm shrinkwrap to npm run macro."

This commit is contained in:
Jenkins 2015-10-21 11:45:51 +00:00 committed by Gerrit Code Review
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"