Skip to content

Commit 28ad7a3

Browse files
committed
fix: fix path separator for non-Windows systems
1 parent 42c0f7d commit 28ad7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"node": ">=6.0.0"
2525
},
2626
"scripts": {
27-
"init-project": "yarn && cd test\\e2e\\webpack4 && yarn",
27+
"init-project": "yarn && cd test/e2e/webpack4 && yarn",
2828
"lint": "eslint --format=codeframe .",
2929
"test": "npm run lint && node test/copySrc.js && jasmine test/unit/* test/e2e/*/index.js",
3030
"coverage": "nyc npm run test",

0 commit comments

Comments
 (0)