Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-TinnNguyen committed Apr 2, 2024
1 parent eb65426 commit 6285d79
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/dev_s3_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,16 @@ jobs:
- name: Installing Node.js
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '16'

- name: Installing dependencies
# - name: Installing dependencies
# run: |
# yarn install
# cp -r ./safe-deployment-assets/* ./node_modules/@gnosis.pm/safe-deployments/dist/assets/
# cp -r ./safe-deployment-assets/* ./node_modules/@gnosis.pm/safe-core-sdk/node_modules/@gnosis.pm/safe-deployments/dist/assets/
- name: Install dependencies
run: |
yarn install
cp -r ./safe-deployment-assets/* ./node_modules/@gnosis.pm/safe-deployments/dist/assets/
cp -r ./safe-deployment-assets/* ./node_modules/@gnosis.pm/safe-core-sdk/node_modules/@gnosis.pm/safe-deployments/dist/assets/
yarn install --frozen-lockfile && yarn after-install
- name: Build static files
env:
NEXT_PUBLIC_GATEWAY_URL_PRODUCTION: ${{ secrets.NEXT_PUBLIC_GATEWAY_URL_PRODUCTION }}
Expand Down

0 comments on commit 6285d79

Please sign in to comment.