Skip to content

Commit db7fff4

Browse files
authored
CI adjustment (#8)
1 parent 94dd9e2 commit db7fff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ test:
2222
override:
2323
- yarn test -- --single-run
2424
- yarn lint -- --formatters-dir ./tslint-formatters --format junit -o $CIRCLE_TEST_REPORTS/lint/tslint.xml
25-
- yarn build
25+
- yarn build -- --prod
2626
post:
2727
- mv test-results.xml $CIRCLE_TEST_REPORTS/karma

0 commit comments

Comments
 (0)