Skip to content

Commit 5d52b16

Browse files
committed
Install to start
1 parent 3241dc6 commit 5d52b16

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": "Node module to publish release notes based on commits between the last two tags.",
55
"main": "./lib/github-release-notes.js",
66
"scripts": {
7-
"install": "node github-release-notes.js",
7+
"start": "node github-release-notes.js",
88
"test": "echo \"Error: no test specified\" && exit 1"
99
},
1010
"repository": {

0 commit comments

Comments
 (0)