We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a527f commit c9c1913Copy full SHA for c9c1913
package.json
@@ -9,7 +9,7 @@
9
"scripts": {
10
"lint": "standard",
11
"test": "nyc ava --timeout=1m",
12
- "version": "standard-changelog -i CHANGELOG.md -w",
+ "version": "standard-changelog -i CHANGELOG.md -w && git add CHANGELOG.md && git commit -m \"build: update changelog\"",
13
"docs": "jsdoc2md lib/*.js > INDEX.md",
14
"clean": "rm -rf .nyc_output coverage jsdoc-api dmd",
15
"start": "npm run clean && npm run lint && npm test"
0 commit comments