|
|
@ -21,7 +21,6 @@ jobs: |
|
|
key: yarn-v1-packages-{{ checksum "yarn.lock" }} |
|
|
key: yarn-v1-packages-{{ checksum "yarn.lock" }} |
|
|
paths: |
|
|
paths: |
|
|
- ./node_modules |
|
|
- ./node_modules |
|
|
|
|
|
|
|
|
lint1: |
|
|
lint1: |
|
|
docker: |
|
|
docker: |
|
|
- image: 'circleci/node:12' |
|
|
- image: 'circleci/node:12' |
|
|
@ -34,7 +33,6 @@ jobs: |
|
|
key: yarn-v1-packages-{{ checksum "yarn.lock" }} |
|
|
key: yarn-v1-packages-{{ checksum "yarn.lock" }} |
|
|
paths: |
|
|
paths: |
|
|
- ./node_modules |
|
|
- ./node_modules |
|
|
|
|
|
|
|
|
test1: |
|
|
test1: |
|
|
docker: |
|
|
docker: |
|
|
- image: 'circleci/node:12' |
|
|
- image: 'circleci/node:12' |
|
|
@ -47,8 +45,6 @@ jobs: |
|
|
key: yarn-v1-packages-{{ checksum "yarn.lock" }} |
|
|
key: yarn-v1-packages-{{ checksum "yarn.lock" }} |
|
|
paths: |
|
|
paths: |
|
|
- ./node_modules |
|
|
- ./node_modules |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
database1: |
|
|
database1: |
|
|
docker: |
|
|
docker: |
|
|
- image: 'circleci/node:12' |
|
|
- image: 'circleci/node:12' |
|
|
|