Skip to content

Commit

Permalink
fix(ci): temporary workaround for pnpm bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Pkmmte committed Sep 5, 2023
1 parent e8f5893 commit 8d4706b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

# https://github.com/pnpm/pnpm/issues/1801
- name: PNPM Stubs
run: echo "#! /usr/bin/env node" > ./packages/plugin-api/node_modules/.bin/robo
run: mkdir -p ./packages/plugin-api/node_modules/.bin/ && echo "#! /usr/bin/env node" > ./packages/plugin-api/node_modules/.bin/robo

- name: PNPM install
run: pnpm install
Expand Down

1 comment on commit 8d4706b

@vercel
Copy link

@vercel vercel bot commented on 8d4706b Sep 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.