File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2222 - name : Build application
2323 run : pnpm run build
2424
25+ - name : Run checks
26+ run : pnpm check:ci
27+
2528 - name : Install Playwright Chromium
2629 run : pnpm run test:e2e:install
2730
Original file line number Diff line number Diff line change 1111 "preview" : " vite preview" ,
1212 "_format" : " prettier --cache --cache-location .cache/prettier" ,
1313 "format" : " pnpm _format --write ." ,
14- "lint" : " pnpm format && oxlint && eslint" ,
14+ "lint" : " oxlint && eslint" ,
1515 "check" : " pnpm format && svelte-check --tsconfig ./tsconfig.json && pnpm lint && pnpm test" ,
16+ "check:ci" : " svelte-check --tsconfig ./tsconfig.json && pnpm lint && pnpm test" ,
1617 "check:watch" : " svelte-check --tsconfig ./tsconfig.json --watch" ,
1718 "build:content" : " node scripts/generateContent.ts --no-cache" ,
1819 "build:progress" : " node scripts/generateReadMeProgress.ts" ,
You can’t perform that action at this time.
0 commit comments