Browse Source

install step update

main
Youssef Touggani 6 years ago
parent
commit
bc87536234
  1. 1
      .circleci/config.yml

1
.circleci/config.yml

@ -12,7 +12,6 @@ jobs:
key: yarn-packages-{{ checksum "yarn.lock" }}
- run: yarn global add node-gyp && yarn install
- run: yarn lint
- run: yarn format:check
- run: yarn format --check
- run: yarn test:ci
- save_cache:

Loading…
Cancel
Save