Skip to content

Commit bc9b443

Browse files
committed
fix: package script error
1 parent 3a7c259 commit bc9b443

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@
1515
"test:cov": "npm run test:lib -- --coverage",
1616
"tag": "git tag v`node -p 'require(\"./package\").version'`",
1717
"format": "biome format --write src",
18-
"format-dist": "biome format --write dist",
1918
"check": "biome check --write src",
2019
"clean": "rm -rf dist",
2120
"build": "npm run clean && tsc",
22-
"prepublishOnly": "npm run format && npm run test:cov && coveralls < coverage/lcov.info && npm test && npm run format-dist",
21+
"prepublishOnly": "npm run format && npm run test:cov && npm test",
2322
"postpublish": "npm run tag && git push && git push --tags"
2423
},
2524
"repository": {

0 commit comments

Comments
 (0)