git.fiddlerwoaroof.com
Browse code

chore: lint and build in ci

Ed Langley authored on 28/05/2019 07:00:54
Showing 1 changed files
... ...
@@ -19,4 +19,6 @@ jobs:
19 19
           key: v1-dependencies-{{ checksum "package.json" }}-{{ checksum "package-lock.json" }}
20 20
 
21 21
       # run tests!
22
+      - run: npx eslint
22 23
       - run: npm test
24
+      - run: npm run babel