Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
chore: add more scripts to post_deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mariz-ov committed Nov 9, 2023
1 parent b82582c commit 9792da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ initializer_class_hash = "0xbeef"

[scripts]
init_auth = "./scripts/init_auth.sh"
post_deploy = "./scripts/update_scarb.sh && ./scripts/init_auth.sh"
post_deploy = "./scripts/update_scarb.sh && ./scripts/update_accounts.sh && ./scripts/init_auth.sh"
deploy = "sozo build && sozo migrate --name pixelaw && ./scripts/update_scarb.sh && ./scripts/update_accounts.sh && ./scripts/init_auth.sh"
spawn_pixel_1 = "./scripts/spawn_pixel_1.sh"
put_color_1 = "./scripts/put_color_1.sh"
Expand Down

0 comments on commit 9792da4

Please sign in to comment.