Skip to content

Commit

Permalink
fix: builds failing due to pnpm
Browse files Browse the repository at this point in the history
With the new restructure to use workspaces with pnpm we need to run the
install within the workspace itself rather than in /frontend. We need
the workspace as biome CI will work better when we have the pnpm
packages in the project root
  • Loading branch information
Venefilyn committed Sep 4, 2024
1 parent f2d51f5 commit 4048af7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion files/ansible/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

- name: install node modules
command:
chdir: "{{ packit_dashboard_path }}"
cmd: pnpm install --prod --frozen-lockfile

- name: bundle javascript
Expand Down

0 comments on commit 4048af7

Please sign in to comment.