File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,12 +46,12 @@ jobs:
4646 bun install
4747 bun install ${{ matrix.vite-version }}
4848
49- # - name: Lint Source
50- # run: bun run --if-present lint
51-
5249 - name : Build Source
5350 run : bun run --if-present build
5451
52+ # - name: Lint Source
53+ # run: bun run --if-present lint
54+
5555 - name : Install Playwright browsers
5656 run : bunx playwright install --with-deps
5757
Original file line number Diff line number Diff line change @@ -58,12 +58,12 @@ jobs:
5858 pnpm install --frozen-lockfile --strict-peer-dependencies
5959 pnpm install ${{ matrix.vite-version }}
6060
61- - name : Lint Source
62- run : pnpm run --if-present lint
63-
6461 - name : Build Source
6562 run : pnpm run --if-present build
6663
64+ - name : Lint Source
65+ run : pnpm run --if-present lint
66+
6767 - name : Install Playwright browsers
6868 run : pnpm exec playwright install --with-deps
6969
You can’t perform that action at this time.
0 commit comments