Skip to content

Commit

Permalink
build: use pnpm in CI as it stopped working after npm workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Jul 1, 2024
1 parent fc9527f commit a7e11cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"check": "svelte-check --tsconfig ./tsconfig.json --fail-on-warnings",
"lint": "prettier --check . --ignore-path ../../.gitignore && eslint .",
"size": "pnpm build && size-limit",
"collab": "cross-env HOST=localhost PORT=1234 npx y-websocket-server",
"collab": "cross-env HOST=localhost PORT=1234 pnpm y-websocket-server",
"prepare-ci": "pnpm run build-dev",
"start-test-server": "pnpm preview --port 4000",
"test-e2e-chromium": "cross-env E2E_BROWSER=chromium playwright test --project=\"chromium\"",
Expand Down

0 comments on commit a7e11cb

Please sign in to comment.