Skip to content

Commit addbb2c

Browse files
committed
Added linting to publish check
1 parent 74dc2d9 commit addbb2c

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
@@ -38,7 +38,7 @@
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 check && npm run package",
41+
"prepublishOnly": "npm run test && npm run lint && npm run check && npm run package",
4242
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.check.json",
4343
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
4444
"test": "vitest run",

0 commit comments

Comments
 (0)