File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments