0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-17 23:45:29 -05:00

change event to postinstall (npm doesn't always run prepublish?)

This commit is contained in:
Alex Kocharin 2014-07-10 17:22:10 +00:00
parent 404acfae49
commit 9a14a6e022

View file

@ -1,5 +1,5 @@
{ "name": "sinopia",
"version": "0.0.0",
"dependencies": {"js-yaml": "*"},
"scripts": {"prepublish": "js-yaml package.yaml > package.json ; npm install --production"}
"scripts": {"postinstall": "js-yaml package.yaml > package.json ; npm install --production"}
}