Skip to content

Commit 5857e5a

Browse files
committed
update refresh-manifests
1 parent d659270 commit 5857e5a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

script/refresh-manifests.sh

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,22 @@ declare -A pkg_forc_tx=(
5858
[name]="forc-tx"
5959
[repo]="${fuel_repos[sway]}"
6060
)
61+
declare -A pkg_forc_call=(
62+
[name]="forc-call"
63+
[repo]="${fuel_repos[sway]}"
64+
)
65+
declare -A pkg_forc_migrate=(
66+
[name]="forc-migrate"
67+
[repo]="${fuel_repos[sway]}"
68+
)
69+
declare -A pkg_forc_node=(
70+
[name]="forc-node"
71+
[repo]="${fuel_repos[sway]}"
72+
)
73+
declare -A pkg_forc_publish=(
74+
[name]="forc-publish"
75+
[repo]="${fuel_repos[sway]}"
76+
)
6177
declare -A pkg_forc_wallet=(
6278
[name]="forc-wallet"
6379
[repo]="${fuel_repos[forc-wallet]}"
@@ -226,6 +242,10 @@ refresh pkg_forc_doc
226242
refresh pkg_forc_fmt
227243
refresh pkg_forc_lsp
228244
refresh pkg_forc_tx
245+
refresh pkg_forc_call
246+
refresh pkg_forc_migrate
247+
refresh pkg_forc_node
248+
refresh pkg_forc_publish
229249
refresh pkg_forc_wallet
230250
refresh pkg_fuel_core
231251
refresh pkg_fuel_core_client

0 commit comments

Comments
 (0)