Browse Source

yarn format sur l'ensemble du repository

main
Johann 6 years ago
parent
commit
d15fc92501
  1. 19
      .circleci/config.yml

19
.circleci/config.yml

@ -13,19 +13,16 @@ workflows:
jobs:
hello1:
docker:
-
image: "circleci/node:12"
- image: 'circleci/node:12'
steps:
- checkout
-
run:
command: "echo ok"
name: "Hello World"
- run:
command: 'echo ok'
name: 'Hello World'
yarn1:
docker:
-
image: "circleci/node:12"
- image: 'circleci/node:12'
steps:
- checkout
- restore_cache:
@ -38,8 +35,7 @@ jobs:
lint1:
docker:
-
image: "circleci/node:12"
- image: 'circleci/node:12'
steps:
- checkout
- restore_cache:
@ -48,8 +44,7 @@ jobs:
test1:
docker:
-
image: "circleci/node:12"
- image: 'circleci/node:12'
steps:
- checkout
- restore_cache:

Loading…
Cancel
Save