Run prettier first

This commit is contained in:
Nathan Bierema 2021-06-13 17:01:44 -04:00
parent 13cb7a154d
commit b5ae38a278

View File

@ -2,7 +2,7 @@ language: node_js
node_js:
- 'stable'
script:
- yarn prettier:check
- yarn build:all
- yarn lint:all
- yarn prettier:check
- yarn test:all