add lint to scripts

This commit is contained in:
AykutSarac 2022-04-29 13:58:26 +03:00
parent 0cc84f7138
commit 2360aa74a7

View File

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