File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3232 "generate:fixtures" : " node scripts/generate-fixtures.ts" ,
3333 "generate:lexicons" : " lex build --lexicons lexicons --out shared/types/lexicons --clear" ,
3434 "test" : " vite test" ,
35- "test:a11y" : " pnpm build:test && pnpm test:a11y:prebuilt" ,
36- "test:a11y:prebuilt" : " LIGHTHOUSE_COLOR_MODE=dark ./scripts/lighthouse-a11y.sh && LIGHTHOUSE_COLOR_MODE=light ./scripts/lighthouse-a11y.sh" ,
35+ "test:a11y" : " pnpm build:test && LIGHTHOUSE_COLOR_MODE=dark pnpm test:a11y:prebuilt && LIGHTHOUSE_COLOR_MODE=light pnpm test:a11y:prebuilt" ,
36+ "test:a11y:prebuilt" : " ./scripts/lighthouse-a11y.sh" ,
3737 "test:browser" : " pnpm build:test && pnpm test:browser:prebuilt" ,
3838 "test:browser:prebuilt" : " playwright test" ,
3939 "test:browser:ui" : " pnpm build:test && pnpm test:browser:prebuilt --ui" ,
You can’t perform that action at this time.
0 commit comments