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 665121f commit c3fa62cCopy full SHA for c3fa62c
1 file changed
package.json
@@ -15,7 +15,7 @@
15
"lint:fix": "eslint . --fix",
16
"list-contributors": "echo 'clone https://github.com/mgechev/github-contributors-list.git first, then run npm install' && cd ../github-contributors-list && node bin/githubcontrib --owner dherault --repo serverless-offline --sortBy contributions --sortOrder desc > contributors.md",
17
"prepublishOnly": "npm run lint",
18
- "version": "auto-changelog -p && git add CHANGELOG.md",
+ "version": "auto-changelog -p && npm run prettier:fix && git add CHANGELOG.md",
19
"prettier": "prettier --check .",
20
"prettier:fix": "prettier --write .",
21
"test": "mocha --require ./tests/mochaHooks.cjs",
0 commit comments