mirror of
https://github.com/BradNut/personal-website-sveltekit
synced 2025-09-08 23:20:18 +00:00
Change to pnpm everywhere.
This commit is contained in:
parent
dad16cbcc9
commit
160e600c4a
1 changed files with 2 additions and 3 deletions
5
.github/workflows/node.js.yml
vendored
5
.github/workflows/node.js.yml
vendored
|
|
@ -42,6 +42,5 @@ jobs:
|
||||||
${{ runner.os }}-pnpm-store-
|
${{ runner.os }}-pnpm-store-
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
- run: npm ci
|
- run: pnpm run build --if-present
|
||||||
- run: npm run build --if-present
|
- run: pnpm test
|
||||||
- run: npm test
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue