Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
seyuf authored Jul 28, 2024
1 parent bda10be commit 20b6a7e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ then
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
nvm install $INPUT_NODE_VERSION
npm install --location=global yarn
npm install -g yarn
yarn install && yarn add compression
#yarn add @magento/pwa-buildpack

cd pwa-studio
yarn install --update-checksums --frozen-lockfile
Expand Down

0 comments on commit 20b6a7e

Please sign in to comment.