Skip to content

Commit 8ff91fb

Browse files
committed
chore: don't run test on publishing
Tests are run in a seperate task. See the GitHub release workflows.
1 parent 4e372d4 commit 8ff91fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"coverage": "c8 --reporter=lcovonly npm test",
6464
"format": "biome check --linter-enabled=false --write .",
6565
"lint": "biome lint --error-on-warnings .",
66-
"prepublishOnly": "npm run clean && npm run build && npm test",
66+
"prepublishOnly": "npm run clean && npm run build",
6767
"test": "npm run test:dev && npm run test:prod",
6868
"test:dev": "NODE_ENV=development node --test && npm run check",
6969
"test:prod": "node --test && npm run check",

0 commit comments

Comments
 (0)