-
-
Notifications
You must be signed in to change notification settings - Fork 40
refactor: remove building through npm scripts #336
Conversation
run ci |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a BREAKING_CHANGES footer to the PR message about the npm scripts? Something like the following:
https://gist.github.com/stephenparish/9941e89d80e2bc58a153#message-footer
Also can you update the PR message to follow this convention: https://gist.github.com/stephenparish/9941e89d80e2bc58a153#subject-line? Something like the following should do it:
refactor: remove building through npm scripts
Ping @sis0k0 with renewed PR message and topic |
typescript-app-android |
1125ffc
to
4168543
Compare
README.md
Outdated
@@ -14,9 +14,9 @@ A package to help with webpacking NativeScript apps. | |||
$ npm install --save-dev nativescript-dev-webpack | |||
$ npm install |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this is no longer needed since tns run calls npm install.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed
6eaa7be
to
34ce87c
Compare
…lative to app/" (#349) * Revert "fix(update-ns-webpack): make it possible to call as executable (#347)" This reverts commit 9fa7656. * Revert "refactor: remove building through npm scripts (#336)" This reverts commit 6e63e3c. * Revert "chore: add update-ns-webpack to scripts (#346)" This reverts commit 8bd887b. * Revert "refactor: loadChildren to work with ~/path and ./path both relative to app/ (#338)" This reverts commit 49ef411.
Includes:
Part of NativeScript/NativeScript#5129
Ping @PanayotCankov @sis0k0
Breaking Changes
Executing
npm run
scripts is no longer supported. The scripts will print an error message and exit with error code 1.