Skip to content

Commit 4e1bfca

Browse files
committed
ci: add build to pipeline
1 parent 7fd23f6 commit 4e1bfca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
- run:
3535
name: Running tests
3636
command: npm test
37+
- run:
38+
name: Building packages
39+
command: npm run build
3740
- run:
3841
name: Sending Code Climate coverage report
3942
command: ./cc-test-reporter after-build -t lcov coverage/lcov.info --exit-code $?

0 commit comments

Comments
 (0)