Skip to content

Commit

Permalink
config: comment out pnpm in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-rw committed Dec 9, 2023
1 parent ef6700d commit 5c652f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm build
# - name: Install dependencies
# run: pnpm install
# - name: Build
# run: pnpm build
- name: Login to ghcr.io
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 5c652f5

Please sign in to comment.