Closed ryanwarsaw closed 9 years ago
Adds the command npm run build to the gradle build files to run before the app is actually compiled.
npm run build
It also runs the command npm install if it has never been ran before, or if changes have been made to the package.json file or node_modules.
npm install
package.json
node_modules
Closes mozilla/webmaker-core#365, mozilla/webmaker-core#281, mozilla/webmaker-core#276
/cc @thisandagain
Looks and works great. Tracking small follow-up with your changes in https://github.com/mozilla/webmaker-android/pull/2420 :sunglasses:
Adds the command
npm run build
to the gradle build files to run before the app is actually compiled.It also runs the command
npm install
if it has never been ran before, or if changes have been made to thepackage.json
file ornode_modules
.Closes mozilla/webmaker-core#365, mozilla/webmaker-core#281, mozilla/webmaker-core#276
/cc @thisandagain