Skip to content

Commit c9f992e

Browse files
committed
chore: Remove test script
1 parent 20c50dc commit c9f992e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
"prepack": "bun run build",
3030
"prepare": "simple-git-hooks",
3131
"release": "bumpp && bun publish --access public",
32-
"start": "NODE_ENV=production bun run ./src/main.ts",
33-
"test": "vitest"
32+
"start": "NODE_ENV=production bun run ./src/main.ts"
3433
},
3534
"simple-git-hooks": {
3635
"pre-commit": "bunx lint-staged"

0 commit comments

Comments
 (0)