Skip to content

Commit 4ce17db

Browse files
author
Luke Farrell
committed
fix(tests): fix test exit on package.json, should trigger release
1 parent 4835d1b commit 4ce17db

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": "A highly interactive and customisable PIN code screen for React Native.",
55
"main": "index.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1",
7+
"test": "echo \"Error: no test specified\"",
88
"prepublishOnly": "pinst --disable",
99
"postpublish": "pinst --enable",
1010
"pre-commit": "lint-staged",

0 commit comments

Comments
 (0)