Skip to content

Commit

Permalink
Ignore cypress in npm serve
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Dec 26, 2023
1 parent ec0e55d commit 844b6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"cypress": "cypress open --e2e",
"cypress:canary": "cypress open --e2e -b chrome:canary",
"test": "cypress run --browser chrome",
"serve": "npx live-server --port=9090 --no-browser --ignore='.*,src'",
"serve": "npx live-server --port=9090 --no-browser --ignore='.*,src,cypress,scripts'",
"start": "npm run build:dev & npm run serve"
},
"devDependencies": {
Expand Down

0 comments on commit 844b6d9

Please sign in to comment.