File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
"test:packages" : " lerna exec --scope=@ackee/antonio-core -- jest --watch" ,
20
20
"test:ci" : " lerna exec --scope=@ackee/antonio-core -- jest" ,
21
21
"start" : " yarn build && onchange 'packages/@ackee/*/src/**/*.ts' -- yarn release:yalc" ,
22
- "changelog" : " gitmoji-changelog" ,
22
+ "changelog" : " npx gitmoji-changelog && code --wait CHANGELOG.md && git add CHANGELOG.md" ,
23
+ "version" : " yarn changelog" ,
23
24
"format" : " prettier --config ./prettier.config.js --write 'packages/@ackee/*/src/**/*.ts' '*.{js,json}' --loglevel warn" ,
24
25
"release" : " lerna publish --no-push" ,
25
26
"release:beta" : " yarn release --dist-tag beta --no-push" ,
51
52
"eslint-plugin-jsx-a11y" : " 6.x" ,
52
53
"eslint-plugin-react" : " 7.x" ,
53
54
"eslint-plugin-react-hooks" : " ^4.0.8" ,
54
- "gitmoji-changelog" : " 2.x" ,
55
55
"husky" : " 4.x" ,
56
56
"jest" : " ^27.0.4" ,
57
57
"lerna" : " 4.x" ,
You can’t perform that action at this time.
0 commit comments