Browse Source

💚artifact-save 3

main
Pierre 6 years ago
parent
commit
a10421c227
  1. 1
      .circleci/config.yml

1
.circleci/config.yml

@ -32,6 +32,7 @@ jobs:
- dependencies-{{ checksum "package.json" }}-{{ .Environment.CACHE_VERSION }} - dependencies-{{ checksum "package.json" }}-{{ .Environment.CACHE_VERSION }}
# fallback to using the latest cache if no exact match is found # fallback to using the latest cache if no exact match is found
- dependencies- - dependencies-
- run: yarn build
- run: - run:
name: Copy deployment artifacts to workspace name: Copy deployment artifacts to workspace
command: | command: |

Loading…
Cancel
Save