Skip to content

Commit 0c1cbbb

Browse files
committed
fix: update start scripts to reference correct file paths
1 parent 22d5663 commit 0c1cbbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-apps/all-files-cwd/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"private": true,
55
"scripts": {
66
"cy:run": "cypress run",
7-
"start": "parcel serve index.html",
8-
"start:windows": "npx bin-up parcel serve index.html",
7+
"start": "parcel serve ../all-files/index.html",
8+
"start:windows": "npx bin-up parcel serve ../all-files/index.html",
99
"pretest": "rimraf .nyc_output .cache coverage dist",
1010
"test": "start-test 1234 cy:run",
1111
"coverage:verify": "npx nyc report --check-coverage true --lines 100",

0 commit comments

Comments
 (0)