Przeglądaj źródła

add lint to scripts

AykutSarac 3 lat temu
rodzic
commit
2360aa74a7
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -9,6 +9,7 @@ cache:
   - node_modules
 script:
   - npm run test
+  - npm run lint
   - npm run build
 deploy:
   provider: pages