Skip to content

Commit

Permalink
Replace serve with http-server to try to fix Cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
Ameobea committed Nov 24, 2024
1 parent fa960d4 commit c11a314
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 299 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"handlebars": "^4.7.8",
"handlebars-loader": "^1.7.3",
"html-webpack-plugin": "^5.6",
"http-server": "^14.1.1",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.3.2",
"serve": "^14.2.4",
"style-loader": "^4.0.0",
"svelte-loader": "^3.2.4",
"svelte-preprocess": "^6.0.3",
Expand All @@ -51,7 +51,7 @@
"prettier": "prettier --write \"src/**/*.{ts,js,tsx}\"",
"cypress:open": "cypress open",
"cypress:run": "cypress run --browser chrome --record --key 58905cf6-d1cb-43de-b6cd-b55954039c1a",
"cypress:serve": "serve -C -s -p 9000 dist"
"cypress:serve": "http-server dist -p 9000 -c-1 --silent"
},
"dependencies": {
"@pixi/app": "^7.4.2",
Expand Down
Loading

0 comments on commit c11a314

Please sign in to comment.