fix: always get latest pnpm (#4571)

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
This commit is contained in:
Ofer Shaal 2022-08-31 12:13:06 -04:00 committed by GitHub
parent 9ad307a9fc
commit a5b659e91c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: |