-
-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build-*-bundle gets stuck at nativescript-unit-test-runner hook in NS 3.2 #3164
Comments
@dbenninger thank you for reporting this issue - confirming this as a bug. |
@NickIliev this blocks us from upgrading. Any news on this? |
@dbenninger we are currently looking into it but meanwhile as the plugin nativescript-unit-test-runner is used mainly in development, perhaps you can remove the plugin (and the hooks) before bundling with WebPack (temporary solution) Contact me at the community slack (user: niki_iliev, slack: nativescriptcommunity) so we could discuss another workflow. |
Anyone can post the concrete "workaround" here, maybe with code examples? |
@renestalder Our workaround is to remove the unit test plugin before running the bundle build: tns plugin remove nativescript-unit-test-runner |
Thank you. :) I'm not that used to the whole tns cli possibilities yet. |
@renestalder I've just been deleting the file at |
Hey all, a fix is available in CLI's next version ( |
Tell us about the problem
The commands
npm run build-android-bundle
andnpm run build-ios-bundle
get stuck at the nativescript-unit-test-runner hook and never fail or complete in NS 3.2:a normal
tns run ...
seems to work fine.Which platform(s) does your issue occur on?
with iOS and Android
Please provide the following version numbers that your issue occurs with:
To reproduce:
The text was updated successfully, but these errors were encountered: