We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c50dc commit c9f992eCopy full SHA for c9f992e
1 file changed
package.json
@@ -29,8 +29,7 @@
29
"prepack": "bun run build",
30
"prepare": "simple-git-hooks",
31
"release": "bumpp && bun publish --access public",
32
- "start": "NODE_ENV=production bun run ./src/main.ts",
33
- "test": "vitest"
+ "start": "NODE_ENV=production bun run ./src/main.ts"
34
},
35
"simple-git-hooks": {
36
"pre-commit": "bunx lint-staged"
0 commit comments