Browse Source

💥 add new cli system

pull/3/head
Nicolas Beaussart 6 years ago
parent
commit
3adf423d60
No known key found for this signature in database GPG Key ID: 51D5A407BFCE64A9
  1. 10
      .circleci/config.yml

10
.circleci/config.yml

@ -26,6 +26,14 @@ jobs:
<<: *test
docker:
- image: node:10
prettier:
<<: *test
steps:
- checkout
- *yarn_install
- run:
name: Check prettier
command: yarn format:check
cache:
<<: *test
steps:
@ -54,6 +62,7 @@ workflows:
- node-latest
- node-12
- node-10
- prettier
- cache:
filters:
tags:
@ -65,6 +74,7 @@ workflows:
- node-latest
- node-12
- node-10
- prettier
filter:
branches:
only: master
Loading…
Cancel
Save