We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ea102f commit 4c25fe0Copy full SHA for 4c25fe0
1 file changed
package.json
@@ -30,7 +30,7 @@
30
"lint": "concurrently --prefix-colors blue,magenta npm:lint:*",
31
"lint:biome": "biome check",
32
"lint:e18e": "e18e-cli analyze",
33
- "prepack": "npm run lint && npm run build",
+ "prepack": "npm run lint",
34
"prepare": "lefthook install",
35
"publish:jsr": "deno publish",
36
"publish:npm": "np --any-branch",
0 commit comments