修改子包配置
Showing
... | ... | @@ -9,7 +9,8 @@ |
"build": "cross-env NODE_ENV=production node runner/build/build.prd.js", | ||
"lint": "eslint --ext .js --ext .jsx --ext .vue client/", | ||
"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/", | ||
"precommit": "npm run lint-fix" | ||
"precommit": "npm run lint-fix", | ||
"update": "cd runner && git pull origin master && git submodule update" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
... | ... |
Please
register
or
sign in
to comment