Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Commit afe1472

Browse files
committed
feat(changelog): add changelog build script in package info file for shorcut
1 parent 6061a3b commit afe1472

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"scripts": {
1212
"dev": "node server.js",
1313
"lint": "npx prettier --write .",
14+
"changelog": "rm -f CHANGELOG.md && sh ./tools/changelog.sh",
1415
"postpublish": "yarn publish-npm",
1516
"publish-npm": "yarn publish --access public --ignore-scripts --@andatoshiiki:registry='https://registry.npmjs.org'"
1617
},

0 commit comments

Comments
 (0)