Skip to content

Commit fea160d

Browse files
author
Christopher J. Brody
committed
Update npm test script to exit with an error
1 parent 5cf18bd commit fea160d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "lib.js",
77
"scripts": {
88
"lint": "eslint .",
9-
"test": "npm run lint"
9+
"test": "echo 'not supported' && exit 1"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)