Skip to content

Commit

Permalink
don't error on no test
Browse files Browse the repository at this point in the history
  • Loading branch information
brettneese committed Feb 2, 2021
1 parent 94293e2 commit ab903d0
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 @@ -7,7 +7,7 @@
"index.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ab903d0

Please sign in to comment.