Browse Source

add lint to scripts

AykutSarac 3 years ago
parent
commit
2360aa74a7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

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