Skip to content

Commit

Permalink
Run start-server-and-test commands using pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
elchininet committed Sep 1, 2024
1 parent d301cb3 commit 5731569
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 @@ -49,7 +49,7 @@
"test:ts": "tsc --noEmit",
"test:run": "playwright test",
"test:open": "playwright test --ui",
"test:ci": "pnpm clean && start-server-and-test demo http://localhost:3000 test:run",
"test:ci": "pnpm clean && start-server-and-test 'pnpm demo' http://localhost:3000 'pnpm test:run'",
"prepare": "pnpm build",
"prepublishOnly": "pnpm lint && pnpm test:ts && pnpm test:ci",
"version": "git add .",
Expand Down

0 comments on commit 5731569

Please # to comment.