We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13cb2de commit f2666a4Copy full SHA for f2666a4
package.json
@@ -15,6 +15,8 @@
15
"lint:fix": "eslint src/ --fix",
16
"format": "prettier --write src/",
17
"prettier-check": "prettier --check src/",
18
+ "changelog": "node ./internals/scripts/changelog.cjs",
19
+ "release-tag": "node ./internals/scripts/release-tag.cjs",
20
"lint-git": "node ./internals/scripts/gitlint.cjs",
21
"lint-docs": "markdownlint --ignore '**/node_modules/**' '**/*.md'",
22
"lint-changelog": "markdownlint --config .changelog/.markdownlint.yml .changelog/"
0 commit comments