We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e372d4 commit 8ff91fbCopy full SHA for 8ff91fb
package.json
@@ -63,7 +63,7 @@
63
"coverage": "c8 --reporter=lcovonly npm test",
64
"format": "biome check --linter-enabled=false --write .",
65
"lint": "biome lint --error-on-warnings .",
66
- "prepublishOnly": "npm run clean && npm run build && npm test",
+ "prepublishOnly": "npm run clean && npm run build",
67
"test": "npm run test:dev && npm run test:prod",
68
"test:dev": "NODE_ENV=development node --test && npm run check",
69
"test:prod": "node --test && npm run check",
0 commit comments