We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a7c259 commit bc9b443Copy full SHA for bc9b443
package.json
@@ -15,11 +15,10 @@
15
"test:cov": "npm run test:lib -- --coverage",
16
"tag": "git tag v`node -p 'require(\"./package\").version'`",
17
"format": "biome format --write src",
18
- "format-dist": "biome format --write dist",
19
"check": "biome check --write src",
20
"clean": "rm -rf dist",
21
"build": "npm run clean && tsc",
22
- "prepublishOnly": "npm run format && npm run test:cov && coveralls < coverage/lcov.info && npm test && npm run format-dist",
+ "prepublishOnly": "npm run format && npm run test:cov && npm test",
23
"postpublish": "npm run tag && git push && git push --tags"
24
},
25
"repository": {
0 commit comments