Skip to content

Commit 6768bf5

Browse files
chore: update package.json test to use linter (#132)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 8a7fa7d commit 6768bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"lint": "eslint **.js",
88
"package": "ncc build index.js -o dist && ncc build cleanup.js -o dist/cleanup",
9-
"test": "eslint **.js && jest --coverage --verbose"
9+
"test": "npm run lint && jest --coverage --verbose"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)