Skip to content

Commit 351ea33

Browse files
committed
Build script fix
1 parent 69a0b12 commit 351ea33

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
@@ -51,7 +51,7 @@
5151
"preview": "vite preview",
5252
"prepare": "svelte-kit sync || echo ''",
5353
"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",
54+
"prepublishOnly": "npm run test && npm run lint && npm run check && npm run prepack && npm run check:adapters",
5555
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
5656
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
5757
"check:adapters": "node types-exist.js",

0 commit comments

Comments
 (0)