Skip to content

Commit 7d885e7

Browse files
committed
(build) Work around the semver*.gz android build error.
1 parent cd463cb commit 7d885e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/run-tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ cd "$PROJECT_DIR/tests"
1717
npm install
1818
rm -rf platforms/android
1919
tns platform add android
20+
# works around an android build bug with multiple semver*.gz files in node_modules
21+
find node_modules/ -iname '*.gz' -delete
2022

2123
wait "$EMULATOR_STARTER_PID"
2224
tns test android | tee test-output.txt

0 commit comments

Comments
 (0)