|
|
@ -21,6 +21,7 @@ aliases: |
|
|
paths: |
|
|
paths: |
|
|
- ./node_modules |
|
|
- ./node_modules |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
version: 2.1 |
|
|
version: 2.1 |
|
|
orbs: |
|
|
orbs: |
|
|
node: circleci/node@3.0.0 |
|
|
node: circleci/node@3.0.0 |
|
|
@ -29,7 +30,6 @@ jobs: |
|
|
executor: node |
|
|
executor: node |
|
|
steps: |
|
|
steps: |
|
|
- checkout |
|
|
- checkout |
|
|
- <<: *check_formatting |
|
|
|
|
|
- <<: *restore_cache |
|
|
- <<: *restore_cache |
|
|
- <<: *install_node_modules |
|
|
- <<: *install_node_modules |
|
|
- <<: *save_cache |
|
|
- <<: *save_cache |
|
|
@ -40,6 +40,7 @@ jobs: |
|
|
executor: node |
|
|
executor: node |
|
|
steps: |
|
|
steps: |
|
|
- checkout |
|
|
- checkout |
|
|
|
|
|
- <<: *check_formatting |
|
|
- <<: *restore_cache |
|
|
- <<: *restore_cache |
|
|
- <<: *install_node_modules |
|
|
- <<: *install_node_modules |
|
|
- run: |
|
|
- run: |
|
|
|