You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
CLI: 4.2.3
Cross-platform modules: next
Android Runtime: next
iOS Runtime: next
Plugin(s): no matter
Describe the bug
In case when the user deletes some files from app folder, the files are not deleted from platforms folder.
To Reproduce
tns create myApp
tns run android/ios
Delete some file from app folder
Expected behavior
The file should be deleted from platforms folder.
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
In case when the user deletes some files from
app
folder, the files are not deleted fromplatforms
folder.To Reproduce
tns create myApp
tns run android/ios
Expected behavior
The file should be deleted from
platforms
folder.PR that fixes the issue: https://github.com/NativeScript/nativescript-cli/pull/3945/files
The text was updated successfully, but these errors were encountered: