Skip to content

Commit 8165647

Browse files
add tests
1 parent 5c301c1 commit 8165647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
],
3434
"scripts": {
3535
"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",
36+
"e2e": "pnpm build && cd examples/default-template && pnpm test:e2e && npx kill-port 3000 && cd ../custom-node-server && pnpm test:e2e",
3737
"dev": "rslib build --watch",
3838
"test": "vitest run",
3939
"test:watch": "vitest watch",

0 commit comments

Comments
 (0)