Skip to content

Commit c2d2e7c

Browse files
committed
Add build step
1 parent 95a7dd4 commit c2d2e7c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-smart-contracts.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
- name: Install dependencies
4343
run: npm ci
4444

45+
- name: Build
46+
run: npm run build
47+
4548
# - name: Run fork tests
4649
# run: |
4750
# if [ "${{ inputs.network }}" == "arbitrumSepolia" ]; then

0 commit comments

Comments
 (0)