File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - name : Install dependencies
1919 run : npm ci
2020
21+ - name : Install test browsers
22+ run : node --run install:test-browsers
23+
2124 - name : Lint
2225 run : npm run lint
2326
4346 cache : ' npm'
4447
4548 - name : Install dependencies
46- run : |
47- npm ci
48- node --run install:e2e-browsers
49+ run : npm ci
50+
51+ - name : Install test browsers
52+ run : node --run install:test-browsers
4953
5054 - name : Build
5155 run : npm run build
Original file line number Diff line number Diff line change 4646 "@types/uuid" : " 10.0.0" ,
4747 "@types/wicg-file-system-access" : " 2023.10.5" ,
4848 "@vitejs/plugin-react" : " 6.0.1" ,
49- "@vitest/browser" : " 4.1.4" ,
50- "@vitest/browser-playwright" : " 4.1.4" ,
5149 "vite" : " 8.0.8"
5250 }
5351}
Original file line number Diff line number Diff line change 2222 "check-types" : " turbo check-types" ,
2323 "e2e" : " turbo e2e" ,
2424 "ci:e2e" : " turbo ci:e2e" ,
25- "install:e2e -browsers" : " npx playwright install" ,
25+ "install:test -browsers" : " npx playwright install --with-deps " ,
2626 "lint" : " oxlint ." ,
2727 "lint:fix" : " oxlint --fix ." ,
2828 "format" : " prettier --write ." ,
Original file line number Diff line number Diff line change 99 },
1010 "devDependencies" : {
1111 "@testing-library/jest-dom" : " 6.9.1" ,
12+ "@vitest/browser" : " 4.1.4" ,
13+ "@vitest/browser-playwright" : " 4.1.4" ,
1214 "@vitest/coverage-v8" : " 4.1.4" ,
15+ "@vitest/ui" : " 4.1.4" ,
16+ "playwright" : " 1.59.1" ,
1317 "vitest" : " 4.1.4"
1418 }
1519}
You can’t perform that action at this time.
0 commit comments