Skip to content

Commit 7ccc297

Browse files
committed
Change exit code to 0 in test command
1 parent e67cc0d commit 7ccc297

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": "Simple typescript credit card generator",
55
"main": "src/CreditCardGenerator.ts",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"test": "exit 0"
88
},
99
"repository": {
1010
"type": "git",

0 commit comments

Comments
 (0)