Skip to content

Commit 523591e

Browse files
authored
remove errant prepublishOnly script (#7893)
1 parent 2d84bd3 commit 523591e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/soft-ladybugs-drum.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sveltejs/kit': patch
3+
---
4+
5+
Remove prepublishOnly script

packages/kit/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
"check": "tsc",
6161
"check:all": "tsc && pnpm -r --filter=\"./**\" check",
6262
"format": "pnpm lint --write",
63-
"prepublishOnly": "pnpm build",
6463
"test": "pnpm test:unit && pnpm test:integration",
6564
"test:integration": "pnpm -r --workspace-concurrency 1 --filter=\"./test/**\" test",
6665
"test:unit": "uvu src \"(spec\\.js|test[\\\\/]index\\.js)\"",

0 commit comments

Comments
 (0)