Skip to content

Commit 03082cb

Browse files
committed
adding --prod to ng test on ci
1 parent e0c2f2a commit 03082cb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ jobs:
3434
- node_modules
3535
key: v1-dependencies-{{ checksum "package.json" }}
3636

37-
- run: npm run build -- --prod
38-
3937
# run tests!
4038
- run: npm run lint
41-
- run: npm run test -- --watch=false --code-coverage
39+
- run: npm run test -- --watch=false --prod --code-coverage
4240
- run: cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

0 commit comments

Comments
 (0)