Skip to content

Commit

Permalink
pnpm build-dapp
Browse files Browse the repository at this point in the history
  • Loading branch information
lucksus committed Mar 22, 2024
1 parent 2526012 commit a38fe95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
command: pnpm install --no-frozen-lockfile
- run:
name: Build dapp
command: cd ./dapp && pnpm install && pnpm build
command: pnpm build-dapp
- run:
name: Install core dependencies
command: cd ./core && pnpm install --no-frozen-lockfile
Expand Down

0 comments on commit a38fe95

Please sign in to comment.