Skip to content

Commit

Permalink
Update pwa-studio-install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
seyuf authored Jul 25, 2024
1 parent e7ce579 commit bda10be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pwa-studio-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.39.1/install.sh | b
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 --ignore-engines
Expand Down

0 comments on commit bda10be

Please sign in to comment.