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 69a0b12 commit 351ea33Copy full SHA for 351ea33
package.json
@@ -51,7 +51,7 @@
51
"preview": "vite preview",
52
"prepare": "svelte-kit sync || echo ''",
53
"prepack": "svelte-kit sync && svelte-package && publint",
54
- "prepublishOnly": "npm run test && npm run lint && npm run check && npm run package && npm run check:adapters",
+ "prepublishOnly": "npm run test && npm run lint && npm run check && npm run prepack && npm run check:adapters",
55
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
56
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
57
"check:adapters": "node types-exist.js",
0 commit comments