MOBILE-3320 ci: Use production build in Travis
parent
f519d56ea7
commit
1d9df66aad
|
@ -4,4 +4,4 @@ cache: npm
|
||||||
script:
|
script:
|
||||||
- npm run lint
|
- npm run lint
|
||||||
- npm run test:ci
|
- npm run test:ci
|
||||||
- npm run build
|
- npm run build:prod
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve",
|
"start": "ng serve",
|
||||||
"build": "ng build",
|
"build": "ng build",
|
||||||
|
"build:prod": "ng build --prod",
|
||||||
"test": "jest --verbose",
|
"test": "jest --verbose",
|
||||||
"test:ci": "jest -ci --runInBand --verbose",
|
"test:ci": "jest -ci --runInBand --verbose",
|
||||||
"test:watch": "jest --watch",
|
"test:watch": "jest --watch",
|
||||||
|
|
Loading…
Reference in New Issue