Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Jun 11, 2024
1 parent c17325b commit 53aaf8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm playwright install chromium
# unskip once we have tutorial here which runs playwright tests - run: pnpm playwright install chromium
- run: pnpm test
env:
CI: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"check": "pnpm -r check",
"lint": "pnpm -r lint",
"format": "pnpm -r format",
"build": "cd ./packages/site-kit && pnpm build && cd ../repl && pnpm build && cd ../..apps/svelte.dev && pnpm build",
"build": "cd ./packages/site-kit && pnpm build && cd ../repl && pnpm build && cd ../../apps/svelte.dev && pnpm build",
"changeset:version": "changeset version && pnpm -r generate:version && git add --all",
"changeset:publish": "changeset publish"
},
Expand Down

0 comments on commit 53aaf8d

Please sign in to comment.