mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
remove package.json from git index on recompile
This commit is contained in:
parent
21704c9f84
commit
77af6d4c17
@ -1,5 +1,5 @@
|
||||
{ "name": "sinopia",
|
||||
"version": "0.0.0",
|
||||
"dependencies": {"js-yaml": "*"},
|
||||
"scripts": {"postinstall": "js-yaml package.yaml > package.json ; npm install --production"}
|
||||
"scripts": {"postinstall": "js-yaml package.yaml > package.json ; npm install --production ; git update-index --assume-unchanged package.json"}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user