Skip to content

Commit 9ccaa72

Browse files
committed
reorder
1 parent 92e8cf2 commit 9ccaa72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ mkdir $BUILD_DIR/dist 2> /dev/null
77
echo "installing build dependencies..."
88
npm install --only=dev --global-style --no-package-lock
99

10-
./build_addon.sh armv7l
11-
./build_addon.sh armv6l
1210
./build_addon.sh i686
11+
./build_addon.sh armv6l
12+
./build_addon.sh armv7l
1313

1414
./build_release_body.sh
1515
./build_change_history.sh

0 commit comments

Comments
 (0)