Skip to content

Commit

Permalink
build: fix publish script (#441)
Browse files Browse the repository at this point in the history
# Motivation

Ledger-icrc/icp were not published to npm because the brand new publish
script was not updated with their path.

https://github.com/dfinity/ic-js/actions/runs/6381951349/job/17319506306
  • Loading branch information
peterpeterparker authored Oct 2, 2023
1 parent 5797427 commit 90a4167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-npm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function publish_npm() {
}

# Tips: libs use by other libs first
LIBS=utils,ledger,nns-proto,nns,sns,cmc,ckbtc,ic-management
LIBS=utils,ledger-icrc,ledger-icp,nns-proto,nns,sns,cmc,ckbtc,ic-management

for lib in $(echo $LIBS | sed "s/,/ /g"); do
publish_npm "$lib"
Expand Down

0 comments on commit 90a4167

Please sign in to comment.