Skip to content

Commit 99765c4

Browse files
committed
Type exists file
1 parent c0848b2 commit 99765c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"build": "vite build && npm run package",
3939
"preview": "vite preview",
4040
"package": "svelte-kit sync && svelte-package && publint",
41-
"prepublishOnly": "npm run test && npm run lint && npm run check && npm run package",
41+
"prepublishOnly": "npm run test && npm run lint && npm run check && npm run package && npm run check:adapters",
4242
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.check.json",
4343
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
44-
"check:adapters": "node all-adapters.js",
44+
"check:adapters": "node types-exist.js",
4545
"test": "vitest run",
4646
"lint": "prettier --check . && eslint .",
4747
"format": "prettier --write ."
File renamed without changes.

0 commit comments

Comments
 (0)