Skip to content

Commit

Permalink
remove lockfile for package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoaguirre committed Jan 17, 2025
1 parent 946c4b7 commit 32c9307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install Genkit client
run: npm install genkit
- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile
- name: Run build script
run: pnpm build
- name: Run pack:all script
Expand Down

0 comments on commit 32c9307

Please sign in to comment.