Browse Source

.

pull/1/merge
MTLantoine 6 years ago
parent
commit
dcdc5fc581
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -7,8 +7,7 @@ jobs:
username: mydockerhub-user
password: $DOCKERHUB_PASSWORD # context / project UI env-var reference
build:
check-format:
<<: *shared-config
<<: *shared-config
steps:
- checkout # check out the code in the project directory
- run: yarn global add node-gyp && yarn install

Loading…
Cancel
Save