Browse Source

fix parse error#2 💚

main
Gautier couture 6 years ago
parent
commit
290c38fbb4
  1. 1
      .circleci/config.yml

1
.circleci/config.yml

@ -15,6 +15,7 @@ jobs:
key: yarn-packages-{{ checksum "yarn.lock" }}-{{ .Environment.CACHE_VERSION }} key: yarn-packages-{{ checksum "yarn.lock" }}-{{ .Environment.CACHE_VERSION }}
paths: paths:
- node_modules - node_modules
Test: Test:
docker: docker:
- image: circleci/node:12.9-browsers - image: circleci/node:12.9-browsers

Loading…
Cancel
Save