Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
fix: pnpm lockfile freezing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yehezkieldio committed Feb 8, 2024
1 parent 3365243 commit 385b2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
node-version: 21.1.0
cache: "pnpm"
- name: Install Node.js dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile
- name: Build app
# Temporarily using development build since production build is broken
run: pnpm nx run app:build:development
Expand Down

0 comments on commit 385b2aa

Please sign in to comment.