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