Browse Source

add lint to scripts

AykutSarac 3 năm trước cách đây
mục cha
commit
2360aa74a7
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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