Remove temporary artifact

This commit is contained in:
fabioberger
2019-08-09 18:41:10 +02:00
parent 73c53b3da6
commit 577df3749d

View File

@@ -80,8 +80,6 @@ jobs:
- restore_cache:
keys:
- repo-{{ .Environment.CIRCLE_SHA1 }}
- store_artifacts:
path: ~/repo/packages/contract-wrappers/node_modules
- run: yarn test:publish:circleci
test-doc-generation:
docker: