Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 0abed33

Browse files
committed
Proper exit
1 parent 70fedf2 commit 0abed33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "lib/index.js",
66
"jsnext:main": "src/index.js",
77
"scripts": {
8-
"test": "exit(0)",
8+
"test": "echo no tests specified && exit 1",
99
"build": "aegir-build node",
1010
"lint": "aegir-lint",
1111
"release": "aegir-release node",
@@ -51,4 +51,4 @@
5151
"greenkeeperio-bot <[email protected]>",
5252
"nginnever <[email protected]>"
5353
]
54-
}
54+
}

0 commit comments

Comments
 (0)