-
Notifications
You must be signed in to change notification settings - Fork 986
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: build cordova.js during npm prepare #1197
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1197 +/- ##
=======================================
Coverage 75.15% 75.15%
=======================================
Files 13 13
Lines 1658 1658
=======================================
Hits 1246 1246
Misses 412 412 Continue to review full report at Codecov.
|
3dee7f5
to
7cd1320
Compare
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 cannot test this, but it looks good to me (my two comments aside)
Co-authored-by: Raphael von der Grün <[email protected]>
* build: build cordova.js during npm prepare w/ refactor * chore: apply copySync suggestion * dep: move cordova-js as devDep Co-authored-by: Raphael von der Grün <[email protected]>
Motivation and Context
This will build
cordova.js
from source using npm'sprepare
hook.Description
cordova.js
from source using npm'sprepare
hookcordova.js
before running Xcode testscordova.js
files we hadcordova-js-src
anymore, since support for browserify builds has been discontinued for a while nowTesting
npm t
cordova platform add
cordova build ios
cordova run ios