Skip to content

Commit

Permalink
reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Jul 31, 2020
1 parent 92e8cf2 commit 9ccaa72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ mkdir $BUILD_DIR/dist 2> /dev/null
echo "installing build dependencies..."
npm install --only=dev --global-style --no-package-lock

./build_addon.sh armv7l
./build_addon.sh armv6l
./build_addon.sh i686
./build_addon.sh armv6l
./build_addon.sh armv7l

./build_release_body.sh
./build_change_history.sh
Expand Down

0 comments on commit 9ccaa72

Please sign in to comment.