Skip to content

Commit

Permalink
install in deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Mar 29, 2024
1 parent c503bc8 commit 65d390e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,13 @@ jobs:
cache: npm

- name: Install dependencies
run: npm install
run: npm install && cd wallet && npm install

- name: build
env:
BASE_PATH: '/integrity-wallet'
run: |
cd wallet
npm i
npm run build
cd ..
npm run build
cd wallet && npm run build && cd .. && npm run build
touch docs/.nojekyll
- name: Upload Artifacts
Expand Down

0 comments on commit 65d390e

Please sign in to comment.