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:
parent
404acfae49
commit
9a14a6e022
1 changed files with 1 additions and 1 deletions
|
@ -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"}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue