We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d41e15 commit b4a4e1fCopy full SHA for b4a4e1f
1 file changed
package.json
@@ -14,7 +14,7 @@
14
"build": "tsc",
15
"dev": "ts-node src/index.ts",
16
"test": "bun test",
17
- "prepublishOnly": "bun test && bun run build",
+ "prepublishOnly": "bun run build",
18
"prepare": "bun run build",
19
"example": "ts-node examples/basic-usage.ts",
20
"db:up": "docker-compose up -d",
0 commit comments