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 74dc2d9 commit addbb2cCopy full SHA for addbb2c
package.json
@@ -38,7 +38,7 @@
38
"build": "vite build && npm run package",
39
"preview": "vite preview",
40
"package": "svelte-kit sync && svelte-package && publint",
41
- "prepublishOnly": "npm run test && npm run check && npm run package",
+ "prepublishOnly": "npm run test && npm run lint && npm run check && npm run package",
42
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.check.json",
43
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
44
"test": "vitest run",
0 commit comments