We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d84bd3 commit 523591eCopy full SHA for 523591e
.changeset/soft-ladybugs-drum.md
@@ -0,0 +1,5 @@
1
+---
2
+'@sveltejs/kit': patch
3
4
+
5
+Remove prepublishOnly script
packages/kit/package.json
@@ -60,7 +60,6 @@
60
"check": "tsc",
61
"check:all": "tsc && pnpm -r --filter=\"./**\" check",
62
"format": "pnpm lint --write",
63
- "prepublishOnly": "pnpm build",
64
"test": "pnpm test:unit && pnpm test:integration",
65
"test:integration": "pnpm -r --workspace-concurrency 1 --filter=\"./test/**\" test",
66
"test:unit": "uvu src \"(spec\\.js|test[\\\\/]index\\.js)\"",
0 commit comments