Skip to content

Commit b1b31f7

Browse files
author
Ray Schamp
committed
test(base): Add test script
Allows Travis builds to build
1 parent ba6a090 commit b1b31f7

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
@@ -4,7 +4,7 @@
44
"description": "Shareable ESLint config for Scratch",
55
"main": "index.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1",
7+
"test": "eslint .",
88
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
99
},
1010
"repository": {

0 commit comments

Comments
 (0)