Skip to content

Commit

Permalink
attempt yarn build error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andytudhope committed Dec 13, 2023
1 parent e3d9b0c commit 0fdebaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm install --legacy-peer-deps
- run: CI=false yarn workspace dapp build --if-present
- run: yarn workspace services build --if-present
- run: cp -r packages/dapp/dist/build/ packages/services/dist/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm install --legacy-peer-deps
- run: CI=false yarn workspace dapp build --if-present
- run: yarn workspace services build --if-present
- run: cp -r packages/dapp/dist/build/ packages/services/dist/
Expand Down

0 comments on commit 0fdebaa

Please sign in to comment.