Skip to content

Commit

Permalink
npm test: Run eslint after sanitycheck.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuukka Ikkala committed May 26, 2020
1 parent 593a924 commit d1b890c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit d1b890c

Please sign in to comment.