Skip to content

Commit

Permalink
include pnpm-workspace as an install source for taskfile when running…
Browse files Browse the repository at this point in the history
… pnpm install
  • Loading branch information
hahn-kev committed Dec 2, 2024
1 parent 37bf1d7 commit 7cae3a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ tasks:
sources:
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
cmds:
- corepack enable || true
- pnpm install
Expand Down

0 comments on commit 7cae3a7

Please sign in to comment.