Compile before lint

This commit is contained in:
Chi Vinh Le
2018-08-31 17:34:52 +02:00
parent 4c1f2e72cb
commit 7001510049
+3
View File
@@ -45,6 +45,9 @@ jobs:
- checkout
- attach_workspace:
at: ~/coralproject/talk
- run:
name: Compile schemas and types
command: npm run compile
- run:
name: Perform linting
command: npm run lint