Skip to content

Commit 65bda50

Browse files
committed
build: create change log after bump version
1 parent 52c48d5 commit 65bda50

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
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"lint": "standard",
1111
"test": "nyc ava",
12-
"logs": "standard-changelog -i CHANGELOG.md -w",
12+
"version": "standard-changelog -i CHANGELOG.md -w",
1313
"docs": "jsdoc2md lib/*.js > INDEX.md",
1414
"clean": "rm -rf .nyc_output coverage jsdoc-api dmd",
1515
"start": "sudo npm run clean && npm run lint && sudo npm test"

0 commit comments

Comments
 (0)