Skip to content

Commit

Permalink
feat: pnpm for github deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
bodobraegger committed Jul 25, 2024
1 parent 11f55e8 commit 4369aa4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20.x
- run: npm install
- run: npm run build
- run: pnpm install
- run: pnpm run build
- uses: actions/upload-artifact@v4
with:
name: build-cache-gp
Expand Down Expand Up @@ -84,8 +84,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20.x
- run: npm install
- run: npm run build
- run: pnpm install
- run: pnpm run build
- run: echo "$(envsubst < build/index.html)" > build/index.html
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 4369aa4

Please sign in to comment.