Include js linting in build steps

This commit is contained in:
SleepWalker 2017-04-11 22:26:58 +03:00
parent da425591bf
commit cd7996abbc

View File

@ -48,6 +48,7 @@ test:frontend:
script:
- cd frontend
- npm i --silent > /dev/null
- npm run lint --silent
- npm run test --silent
build:production: