Skip to content

Commit

Permalink
fix e2e script
Browse files Browse the repository at this point in the history
  • Loading branch information
alan2207 committed Jun 6, 2024
1 parent 46f7577 commit 7ea0444
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
"build": "tsc && vite build --base=/",
"preview": "vite preview",
"test": "vitest",
"start-e2e-env": "pm2 start \"yarn run-mock-server\" --name server && pm2 start \"yarn dev\" --name client",
"stop-e2e-env": "pm2 stop server && pm2 stop client",
"test-e2e": "yarn start-e2e-env && yarn playwright test",
"test-e2e": "pm2 start \"yarn run-mock-server\" --name server && yarn playwright test",
"prepare": "husky",
"lint": "eslint src --ignore-path .gitignore",
"check-types": "tsc --project tsconfig.json --pretty --noEmit",
Expand Down

0 comments on commit 7ea0444

Please sign in to comment.