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 22d5663 commit 0c1cbbbCopy full SHA for 0c1cbbb
test-apps/all-files-cwd/package.json
@@ -4,8 +4,8 @@
4
"private": true,
5
"scripts": {
6
"cy:run": "cypress run",
7
- "start": "parcel serve index.html",
8
- "start:windows": "npx bin-up parcel serve index.html",
+ "start": "parcel serve ../all-files/index.html",
+ "start:windows": "npx bin-up parcel serve ../all-files/index.html",
9
"pretest": "rimraf .nyc_output .cache coverage dist",
10
"test": "start-test 1234 cy:run",
11
"coverage:verify": "npx nyc report --check-coverage true --lines 100",
0 commit comments