Commit adf2b9ff by zsh

更新runner、修改子包更新命令

parent 932e0230
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/ widgets/", "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/ widgets/",
"precommit": "npm run lint-fix", "precommit": "npm run lint-fix",
"init": "git submodule update --init --recursive", "init": "git submodule update --init --recursive",
"update": "git submodule update --remote" "update": "git submodule update --recursive --remote --merge --force"
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",
......
Subproject commit 1a4de72787324510aca1e90d2bd98317ceb576ea Subproject commit c887f0576012dd8fd61566aaaf4b34fda0010174
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