This commit is contained in:
Nathan Bierema 2020-08-19 09:56:42 -04:00
parent 088b38e9da
commit 8971528c90

View File

@ -7,7 +7,7 @@ cache:
directories: directories:
- "node_modules" - "node_modules"
script: script:
- yarn prettier:check
- yarn lint:all
- yarn test:all
- yarn build:all - yarn build:all
- yarn lint:all
- yarn prettier:check
- yarn test:all