We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c1e4e9 commit 6df24e0Copy full SHA for 6df24e0
package.json
@@ -19,7 +19,7 @@
19
"test": "vitest run --coverage",
20
"lint": "biome lint ./src ./scripts",
21
"release": "npm run changelog && npx np",
22
- "changelog": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'chore: update changelog.md' && git push"
+ "changelog": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m \"chore: update changelog.md\" && git push"
23
},
24
"keywords": [
25
"posthtml",
0 commit comments