MOBILE-3320 ci: Use production build in Travis

main
Noel De Martin 2020-11-02 13:02:29 +01:00
parent f519d56ea7
commit 1d9df66aad
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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",