Browse Source

juste yarn

main
Tarskan 5 years ago
parent
commit
86271af4bb
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -14,5 +14,4 @@ jobs:
password: $PSW_DOCKER # context / project UI env-var reference
steps:
- checkout # check out the code in the project directory
- run: yarn install
- run: npm-v1-dependencies-{{ checksum "yarn.lock" }}
- run: yarn install
Loading…
Cancel
Save