We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be250a commit 081ce85Copy full SHA for 081ce85
1 file changed
package.json
@@ -52,7 +52,7 @@
52
"release:minor": "node scripts/release.js --minor",
53
"release:patch": "node scripts/release.js --patch",
54
"clean": "rm -rf dist node_modules/.cache coverage",
55
- "prepare": "bun run build",
+ "prepare": "test -n \"$CI\" || bun run build",
56
"preflight": "npm run clean && pnpm install && npm run format && npm run lint && npm run build && npm run type-check && npm run test:ci"
57
},
58
"keywords": [
0 commit comments