Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e99cb04

Browse files
committedOct 14, 2017
chore: use cross-env for win32 compat
1 parent 022dafe commit e99cb04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"publish": "npx lerna publish --conventional-commits",
1616
"reinstall": "npm run clean && npm install",
1717
"start": "npx lerna run start --stream --parallel --include-filtered-dependencies",
18-
"test": "AVA_VERBOSE=--verbose npx lerna run test --stream --parallel --include-filtered-dependencies",
18+
"test": "npx cross-env AVA_VERBOSE=--verbose npx lerna run test --stream --parallel --include-filtered-dependencies",
1919
"travis": "npx trevor"
2020
},
2121
"lint-staged": {
@@ -70,6 +70,7 @@
7070
"@marionebl/sander": "^0.6.1"
7171
},
7272
"devDependencies": {
73+
"cross-env": "^5.0.5",
7374
"docsify-cli": "^4.1.8",
7475
"eslint": "^4.8.0",
7576
"eslint-config-prettier": "^2.3.0",

0 commit comments

Comments
 (0)
Please sign in to comment.