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 52c48d5 commit 65bda50Copy full SHA for 65bda50
package.json
@@ -9,7 +9,7 @@
9
"scripts": {
10
"lint": "standard",
11
"test": "nyc ava",
12
- "logs": "standard-changelog -i CHANGELOG.md -w",
+ "version": "standard-changelog -i CHANGELOG.md -w",
13
"docs": "jsdoc2md lib/*.js > INDEX.md",
14
"clean": "rm -rf .nyc_output coverage jsdoc-api dmd",
15
"start": "sudo npm run clean && npm run lint && sudo npm test"
0 commit comments