Commit 13511f1c by zsh

修改子包配置

parent d7636299
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
"build": "cross-env NODE_ENV=production node runner/build/build.prd.js", "build": "cross-env NODE_ENV=production node runner/build/build.prd.js",
"lint": "eslint --ext .js --ext .jsx --ext .vue client/", "lint": "eslint --ext .js --ext .jsx --ext .vue client/",
"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/", "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": "", "author": "",
"license": "ISC", "license": "ISC",
......
Subproject commit 915d12331a8812ea20cfa24531d9245dfa8d8179 Subproject commit 25a10e17bcef2d7bb93902088f9f46371801e0d5
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment