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