Skip to content

Commit

Permalink
use pnpm instead
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoaguirre committed Jan 18, 2025
1 parent 04cae4c commit 93ef3be
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 @@ -41,7 +41,7 @@ jobs:
- name: Run pack:all script
run: pnpm pack:all
- name: Install local Genkit
run: npm link genkit
run: pnpm link ./js/genkit
- name: Run js tests
run: pnpm test:js
- name: Run e2e tests
Expand Down

0 comments on commit 93ef3be

Please sign in to comment.