Skip to content

Commit

Permalink
build: config should run first
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Feb 29, 2024
1 parent 8c5114b commit a58d6c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/publish-npm-next.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function publish_npm() {
}

# Tips: libs use by other libs first
LIBS=utils,cli-tools,config,core,admin,ledger,analytics,core-peer
LIBS=utils,config,cli-tools,core,admin,ledger,analytics,core-peer

for lib in $(echo $LIBS | sed "s/,/ /g"); do
publish_npm "$lib"
Expand Down
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,cli-tools,config,core,admin,ledger,analytics,core-peer
LIBS=utils,config,cli-tools,core,admin,ledger,analytics,core-peer

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

0 comments on commit a58d6c1

Please sign in to comment.