Skip to content

Commit

Permalink
revert to locally successful builds
Browse files Browse the repository at this point in the history
  • Loading branch information
andytudhope committed Dec 13, 2023
1 parent 0f3a2f1 commit 76e46bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: CI=false yarn workspace dapp build
- run: yarn workspace services build
- run: cp -r packages/dapp/dist/build/ packages/services/dist/
- id: 'auth'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: CI=false yarn workspace dapp build
- run: yarn workspace services build
- run: cp -r packages/dapp/dist/build/ packages/services/dist/
- id: 'auth'
Expand Down

0 comments on commit 76e46bf

Please sign in to comment.