Skip to content

Commit

Permalink
fix: always get latest pnpm (#4571)
Browse files Browse the repository at this point in the history
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
  • Loading branch information
shaal and natemoo-re authored Aug 31, 2022
1 parent 9ad307a commit a5b659e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ image:
file: .Dockerfile
# Commands to start on workspace startup
tasks:
- init: |
- before: |
# Get latest pnpm version, in case the custom docker image was not updated
# Until this issue gets resolved - https://github.com/gitpod-io/gitpod/issues/12551
curl -fsSL https://get.pnpm.io/install.sh | SHELL=`which bash` bash -
init: |
pnpm install
pnpm run build
command: |
Expand Down

0 comments on commit a5b659e

Please sign in to comment.