Skip to content

Commit

Permalink
Add contrats/reflect to publish.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfrey committed Mar 16, 2022
1 parent 0bf3739 commit 6016815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ command -v shellcheck > /dev/null && shellcheck "$0"
# These are imported by other packages - wait 30 seconds between each as they have linear dependencies
BASE_CRATES="packages/bindings packages/bindings-test"

ALL_CRATES=""
ALL_CRATES="contracts/reflect"

SLEEP_TIME=30

Expand Down

0 comments on commit 6016815

Please sign in to comment.