Merge pull request #8139 from gabrielbazan7/fix/build

FIX: Build from scratch
This commit is contained in:
Gustavo Maximiliano Cortez 2018-03-02 09:37:29 -03:00 committed by GitHub
commit 3c478bfef7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@
"postinstall": "sed -i -e \"s/.*require(...\\/...);//g\" node_modules/asn1.js-rfc5280/index.js && npm run e2e:update",
"start": "ionic serve --no-open",
"clean": "rm -rf platforms && rm -rf plugins && rm -f config.xml",
"prepare:copay": "npm run clean && npm run apply:copay && cordova prepare && npm run fix:fcm",
"prepare:bitpay": "npm run clean && npm run apply:bitpay && cordova prepare && npm run fix:fcm",
"prepare:copay": "npm run clean && npm run apply:copay && ionic cordova prepare && npm run fix:fcm",
"prepare:bitpay": "npm run clean && npm run apply:bitpay && ionic cordova prepare && npm run fix:fcm",
"clean-all": "git clean -dfx",
"build": "ionic-app-scripts build",
"lint": "ionic-app-scripts lint",