Update package.json
Showing
... | ... | @@ -13,7 +13,7 @@ |
"author": "Max Stoiber", | ||
"license": "MIT", | ||
"scripts": { | ||
"init": "yarn install --registry=https://g.civnet.cn:4873", | ||
"init": "npm install --force --registry=https://g.civnet.cn:4873", | ||
"analyze:clean": "rimraf stats.json", | ||
"preanalyze": "npm run analyze:clean", | ||
"analyze": "node ./internals/scripts/analyze.js", | ||
... | ... |
Please
register
or
sign in
to comment