Skip to content
Snippets Groups Projects
Unverified Commit 64762e70 authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

chore: remove custom jest cache dir (#1218)

parent bc5f6dca
No related branches found
No related tags found
No related merge requests found
...@@ -13,8 +13,11 @@ before_install: ...@@ -13,8 +13,11 @@ before_install:
cache: cache:
yarn: true yarn: true
directories: directories:
- ".cache"
- ".eslintcache" - ".eslintcache"
- "node_modules" - "node_modules"
script: script:
- yarn test - yarn run prettier -- --list-different
- yarn run lint
- yarn run jest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment