chore: update package.json test to use linter (#132)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
Piradeep Kandasamy
2020-09-29 11:46:28 -04:00
committed by GitHub
parent 8a7fa7d17d
commit 6768bf5af8
+1 -1
View File
@@ -6,7 +6,7 @@
"scripts": {
"lint": "eslint **.js",
"package": "ncc build index.js -o dist && ncc build cleanup.js -o dist/cleanup",
"test": "eslint **.js && jest --coverage --verbose"
"test": "npm run lint && jest --coverage --verbose"
},
"repository": {
"type": "git",