npm test: Run eslint after sanitycheck.js

master
Tuukka Ikkala 2020-05-26 15:21:43 +03:00
parent 593a9240d7
commit d1b890c49a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
},
"scripts": {
"lint-apps": "eslint ./apps --ext .js",
"test": "node bin/sanitycheck.js",
"test": "node bin/sanitycheck.js && eslint ./apps --ext .js",
"start": "npx http-server"
},
"dependencies": {