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 }}
# fallback to using the latest cache if no exact match is found
- dependencies-
- run: yarn build
- run:
name: Copy deployment artifacts to workspace
command: |

Loading…
Cancel
Save