We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfdfc1f commit 8289b76Copy full SHA for 8289b76
build-config/buildspec-linux-ubuntu.yml
@@ -30,7 +30,7 @@ phases:
30
# Download version of pnpm configured in package.json.
31
# Note that we download from the pnpm install script instead of corepack
32
# 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 -
+ - 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 -
34
- . "$HOME/.bashrc"
35
# Install python deps
36
- pip3 install -r build-scripts/requirements.txt
0 commit comments