Skip to content

Commit be0740a

Browse files
committed
🚧 chore: add changelog script
1 parent 8f8f221 commit be0740a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
35-
run: npx gitmoji-changelog
35+
run: npm run changelog

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"dist/**/!(*.test).{js,d.ts}"
1010
],
1111
"scripts": {
12-
"test": "c8 ava"
12+
"test": "c8 ava",
13+
"changelog": "gitmoji-changelog"
1314
},
1415
"keywords": [
1516
"commitlint",

0 commit comments

Comments
 (0)