diff --git a/scripts/build.sh b/scripts/build.sh index e6d0e64..5a5fec7 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -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