Skip to content

Commit

Permalink
test with exit code 0
Browse files Browse the repository at this point in the history
  • Loading branch information
w3nl committed Dec 2, 2021
1 parent 3227ae4 commit 56722be
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 @@ -43,7 +43,7 @@
"scripts": {
"lint": "eslint -c ./eslintrc.json .",
"lint:fix": "eslint -c ./eslintrc.json . --fix",
"test": "echo \"Error: no test specified\" && exit 1",
"test": "echo \"Error: no test specified\" && exit 0",
"vulnerabilities": "npm audit --only=prod"
},
"standard": {
Expand Down

0 comments on commit 56722be

Please sign in to comment.