Skip to content

Commit 1e8201a

Browse files
committed
Updates on docs
1 parent 68a13d4 commit 1e8201a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ init-license=MIT
66

77
scripts-prepend-node-path=true
88

9+
#script-shell="C:\\windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe"
910
registry=https://registry.npmjs.org/
1011
tag-version-prefix=""
1112
package-lock=false

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
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",
@@ -176,7 +177,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",
@@ -271,7 +272,7 @@
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
},

0 commit comments

Comments
 (0)