We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313b5d7 commit 03751ecCopy full SHA for 03751ec
examples/all-files/package.json
@@ -3,7 +3,7 @@
3
"description": "Report all files",
4
"scripts": {
5
"start": "../../node_modules/.bin/parcel serve index.html",
6
- "start:windows": "..\\..\\node_modules\\.bin\\parcel serve index.html",
+ "start:windows": "npx bin-up parcel serve index.html",
7
"cy:open": "../../node_modules/.bin/cypress open",
8
"cy:run": "../../node_modules/.bin/cypress run",
9
"dev": "../../node_modules/.bin/start-test 1234 cy:open",
0 commit comments