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 e80d586 commit 7188667
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: npm install
- 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 7188667

Please sign in to comment.