Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
seyuf committed Jul 29, 2024
2 parents 2410f36 + 20b6a7e commit 5b971f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Example with M2 project using elasticsuite & elasticsearch [here](https://github
- [Mess detector](#mess-detector)
- [Static testing](#static-test)
- [Zero-downtime deployment](#zero-downtime-deployment)
- [Applying patches](#Applying patches)
- [Applying patches](#applying-patches)
- [For local docker devbox](https://github.com/MAD-I-T/magento-devbox)
- [Customize the action](#customize-the-action)
- [Setting the secrets](#set-secrets)
Expand Down
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
7 changes: 3 additions & 4 deletions scripts/pwa-studio-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@ chown -R root:root .
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.39.1/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
nvm install 16
npm install --location=global yarn
nvm install $INPUT_NODE_VERSION
npm install -g yarn
yarn install && yarn add compression

yarn add @magento/pwa-buildpack
yarn add @magento/pwa
yarn add @magento/pwa-buildpack --ignore-engines

npx -y ${INPUT_VERSION:+'--force'} @magento/pwa-buildpack create-project ./pwa-studio --name @madit/pwa-studio --template @magento/venia-concept${INPUT_VERSION:+"@"}$INPUT_VERSION --backend-url https://master-7rqtwti-mfwmkrjfqvbjk.us-4.magentosite.cloud --backend-edition MOS --braintree-token sandbox_8yrzsvtm_s2bg8fs563crhqzk --author Madit

Expand Down

0 comments on commit 5b971f5

Please sign in to comment.