Skip to content

Commit 5eb3c70

Browse files
author
Hans Kristian Flaatten
committed
fix(package): add missing greenkeeper-postpublish script
1 parent fd12b17 commit 5eb3c70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"nsp": "nsp check",
1717
"semantic-release": "semantic-release",
1818
"test": "mocha -r test/support/env -R tap -b --check-leaks test/**",
19-
"test:watch": "mocha -r test/support/env -R progress -b --check-leaks -w test/**"
19+
"test:watch": "mocha -r test/support/env -R progress -b --check-leaks -w test/**",
20+
"greenkeeper-postpublish": "greenkeeper-postpublish"
2021
},
2122
"repository": {
2223
"type": "git",

0 commit comments

Comments
 (0)