We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c301c1 commit 8165647Copy full SHA for 8165647
package.json
@@ -33,7 +33,7 @@
33
],
34
"scripts": {
35
"build": "rslib build",
36
- "e2e": "pnpm build && cd examples/default-template && pnpm test:e2e && npx killport 3000 3001 && cd ../custom-node-server && pnpm test:e2e",
+ "e2e": "pnpm build && cd examples/default-template && pnpm test:e2e && npx kill-port 3000 && cd ../custom-node-server && pnpm test:e2e",
37
"dev": "rslib build --watch",
38
"test": "vitest run",
39
"test:watch": "vitest watch",
0 commit comments