Skip to content

Commit 7e608cc

Browse files
committed
remove unused package scripts
1 parent f9a9a51 commit 7e608cc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/commandkit/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@
2828
"dev": "tsup --watch",
2929
"build": "tsup",
3030
"deploy:package": "npm publish",
31-
"test": "vitest",
32-
"test:dev": "cd ./tests && node ../bin/index.mjs dev",
33-
"test:build": "cd ./tests && node ../bin/index.mjs build",
34-
"test:prod": "cd ./tests && node ../bin/index.mjs start"
31+
"test": "vitest"
3532
},
3633
"repository": {
3734
"type": "git",

0 commit comments

Comments
 (0)