We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd463cb commit 7d885e7Copy full SHA for 7d885e7
build/run-tests.sh
@@ -17,6 +17,8 @@ cd "$PROJECT_DIR/tests"
17
npm install
18
rm -rf platforms/android
19
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
22
23
wait "$EMULATOR_STARTER_PID"
24
tns test android | tee test-output.txt
0 commit comments