Browse Source

🔧 add build command

pull/1/head
abouhanifa 5 years ago
parent
commit
f98a49d414
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -68,5 +68,5 @@ workflows:
- test
- check_format
- build:
requires:
- test
requires:
- test
Loading…
Cancel
Save