Skip to content

Commit

Permalink
Install devDeps as well
Browse files Browse the repository at this point in the history
  • Loading branch information
grod220 committed Aug 26, 2024
1 parent 34870ca commit bb02d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extension-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
node-version: '22'
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm install --frozen-lockfile --prod false # will install devDeps as well
- run: pnpm turbo build --cache-dir=.turbo

# Outputs beta.zip and prod.zip
Expand Down

0 comments on commit bb02d93

Please sign in to comment.