Skip to content

Commit 8289b76

Browse files
fix: build config on Ubuntu (#525)
1 parent dfdfc1f commit 8289b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-config/buildspec-linux-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ phases:
3030
# Download version of pnpm configured in package.json.
3131
# Note that we download from the pnpm install script instead of corepack
3232
# since corepack is broken in codebuild for some reason.
33-
- curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=$(jq -r '.packageManager' package.json | cut -d@ -f2) SHELL=$(which bash) sh -
33+
- curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=$(jq -r '.packageManager' package.json | cut -d@ -f2 | cut -d+ -f1) SHELL=$(which bash) sh -
3434
- . "$HOME/.bashrc"
3535
# Install python deps
3636
- pip3 install -r build-scripts/requirements.txt

0 commit comments

Comments
 (0)