File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ init-license=MIT
66
77scripts-prepend-node-path = true
88
9+ # script-shell="C:\\windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe"
910registry = https://registry.npmjs.org/
1011tag-version-prefix = " "
1112package-lock = false
Original file line number Diff line number Diff line change 3434 "check-for-leaks" : " ^1.2.1" ,
3535 "colors" : " ^1.4.0" ,
3636 "conventional-changelog-cli" : " ^2.1.1" ,
37+ "cross-env" : " ^7.0.3" ,
3738 "csvnorm" : " ^1.1.0" ,
3839 "danger-plugin-spellcheck" : " ^2.1.0" ,
3940 "deploy-to-gh-pages" : " ^1.3.7" ,
176177 "format:doc" : " alex" ,
177178 "format:md" : " remark-preset-davidtheclark --format" ,
178179 "get:name" : " echo $npm_package_name" ,
179- "get:submodule" : " npm run _get:${GET:-submodule}" ,
180+ "get:submodule" : " cross-env GET=submodule npm run _get:${GET:-submodule}" ,
180181 "get:version" : " echo $npm_package_version" ,
181182 "git:archive" : " git archive --format=tar --prefix=archive-$npm_package_config_image/ HEAD | gzip -9 > archive-$npm_package_version.tar.gz" ,
182183 "git:clean" : " git stash && git clean -fdX" ,
271272 "treemap" : " treemap du node_modules" ,
272273 "unlink-local" : " yalc remove --all" ,
273274 "update" : " lernaupdate" ,
274- "update:submodule" : " npm run _update:${UPDATE:-submodule}" ,
275+ "update:submodule" : " cross-env UPDATE=submodule npm run _update:${UPDATE:-submodule}" ,
275276 "validate:commit" : " validate-commit-msg" ,
276277 "zip" : " zip -r $npm_package_config_image.zip ./site"
277278 },
You can’t perform that action at this time.
0 commit comments