Skip to content

Commit

Permalink
add tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Jan 15, 2025
1 parent 0177742 commit accae05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
rm -rf abi && mkdir -p abi/contracts
rm -rf typescript-types && mkdir typescript-types

tsc

for dir in ./contracts/*/; do
subdir=$(echo $dir | cut -d'/' -f2)

Expand Down

0 comments on commit accae05

Please sign in to comment.