Skip to content

Commit

Permalink
fix(contracts): infinite loop in build task
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás Migone <[email protected]>
  • Loading branch information
tmigone committed Mar 14, 2024
1 parent 1ba6d90 commit 6b01dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set +o noglob

# Build contracts
yarn clean
yarn build
yarn compile

# Refresh distribution folder
rm -rf dist && mkdir -p ${TYPECHAIN_DIR}
Expand Down

0 comments on commit 6b01dbf

Please sign in to comment.