修改子包更新命令
Showing
... | ... | @@ -11,7 +11,7 @@ |
"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/", | ||
"precommit": "npm run lint-fix", | ||
"init": "git submodule update --init --recursive", | ||
"update": "cd runner && git pull origin master && git submodule update" | ||
"update": "git submodule update --remote" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
... | ... |
Please
register
or
sign in
to comment