Skip to content

Commit 080a859

Browse files
committed
chore: remove publish script
1 parent 31e5bc7 commit 080a859

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
@@ -26,8 +26,7 @@
2626
"test:run": "vitest run",
2727
"test:coverage": "vitest run --coverage",
2828
"test:e2e": "node e2e/test-cross-env.js && node e2e/test-cross-env-shell.js",
29-
"validate": "npm run build && npm run typecheck && npm run lint && npm run format:check && npm run test:run",
30-
"prepublishOnly": "npm run validate"
29+
"validate": "npm run build && npm run typecheck && npm run lint && npm run format:check && npm run test:run"
3130
},
3231
"files": [
3332
"dist"

0 commit comments

Comments
 (0)