Skip to content

Commit

Permalink
Use build instead of build:all
Browse files Browse the repository at this point in the history
  • Loading branch information
LogvinovLeon committed Feb 14, 2024
1 parent 7a73438 commit ea12527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ts_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
echo '{ "abi": [], "bytecode": { "object": "" } }' > ethereum_history_api/contracts/out/UltraVerifier.sol/UltraVerifier.json
- name: Run TypeScript Build
run: yarn build:all
run: yarn build

- name: Run TypeScript format check
run: yarn format:all:ci
2 changes: 1 addition & 1 deletion .github/workflows/ts_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: forge build

- name: Run TypeScript Build
run: yarn build:all
run: yarn build

- name: Run Unit Tests
working-directory: ethereum_history_api/oracles
Expand Down

0 comments on commit ea12527

Please sign in to comment.