Skip to content

Commit

Permalink
redo normal order
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisnsns committed Dec 21, 2023
1 parent be8f92c commit e838dd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ ape plugins install . --upgrade
ape compile


echo "Building ui/lib workspace..."
npm run build --workspace=ui/lib

echo "Building sdk/js workspace..."
npm run build --workspace=sdk/js

echo "Building ui/lib workspace..."
npm run build --workspace=ui/lib

echo "Building ui/app workspace..."
npm run build --workspace=ui/app

Expand Down

0 comments on commit e838dd0

Please sign in to comment.