Skip to content

Commit 03751ec

Browse files
committed
use bin-up on Windows
1 parent 313b5d7 commit 03751ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/all-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Report all files",
44
"scripts": {
55
"start": "../../node_modules/.bin/parcel serve index.html",
6-
"start:windows": "..\\..\\node_modules\\.bin\\parcel serve index.html",
6+
"start:windows": "npx bin-up parcel serve index.html",
77
"cy:open": "../../node_modules/.bin/cypress open",
88
"cy:run": "../../node_modules/.bin/cypress run",
99
"dev": "../../node_modules/.bin/start-test 1234 cy:open",

0 commit comments

Comments
 (0)