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 7188667 commit e3d9b0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,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 e3d9b0c

Please sign in to comment.