File tree Expand file tree Collapse file tree 4 files changed +2
-5
lines changed Expand file tree Collapse file tree 4 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1515 "lint:check" : " oxlint" ,
1616 "changeset:publish" : " changeset publish" ,
1717 "changeset:version" : " changeset version && pnpm format" ,
18+ "sync" : " pnpm exec playwright install" ,
1819 "postinstall" : " pnpm --recursive --parallel sync"
1920 },
2021 "devDependencies" : {
Original file line number Diff line number Diff line change 2222 "scripts" : {
2323 "dev" : " tsdown --watch" ,
2424 "build" : " tsdown" ,
25- "test" : " vitest run" ,
2625 "check" : " tsc" ,
2726 "sync" : " pnpm build"
2827 },
Original file line number Diff line number Diff line change 1111 "scripts" : {
1212 "dev" : " tsdown --watch" ,
1313 "build" : " tsdown" ,
14- "test" : " vitest run" ,
1514 "check" : " tsc" ,
1615 "sync" : " pnpm build"
1716 },
Original file line number Diff line number Diff line change 1111 "scripts" : {
1212 "dev" : " svelte-package --input src --output dist --preserve-output --watch" ,
1313 "build" : " svelte-package --input src --output dist --preserve-output" ,
14- "test" : " vitest run" ,
1514 "check" : " svelte-check --tsconfig ./tsconfig.json" ,
16- "sync" : " svelte-kit sync && pnpm build" ,
17- "test:browser" : " vitest --config=vitest.browser.config.ts"
15+ "sync" : " svelte-kit sync && pnpm build"
1816 },
1917 "exports" : {
2018 "." : {
You can’t perform that action at this time.
0 commit comments