Skip to content

Commit

Permalink
fix(build): pro dev
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckySoLucky committed Jun 25, 2024
1 parent 387cbbd commit 28be271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/pnpm-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ runs:
- name: Install dependencies
shell: bash
working-directory: ${{ inputs.cwd }}
run: pnpm install --frozen-lockfile --prefer-offline
run: pnpm install
env:
# Other environment variables
HUSKY: "0" # By default do not run HUSKY install

0 comments on commit 28be271

Please sign in to comment.