Update package.json
Showing
... | ... | @@ -11,7 +11,7 @@ |
"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/ widgets/", | ||
"precommit": "npm run lint-fix", | ||
"init": "git submodule update --init --recursive && npm run update && npm install", | ||
"update": "git submodule update --recursive --remote --merge --force" | ||
"update": "git submodule update --recursive --remote --merge --force && npm install" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
... | ... |
Please
register
or
sign in
to comment