File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " opencommit" ,
3- "version" : " 2.2.4 " ,
3+ "version" : " 2.2.3 " ,
44 "description" : " Auto-generate impressive commits in 1 second. Killing lame commits with AI 🤯🔫" ,
55 "keywords" : [
66 " git" ,
4141 "start" : " node ./out/cli.cjs" ,
4242 "dev" : " ts-node ./src/cli.ts" ,
4343 "build" : " rimraf out && node esbuild.config.js" ,
44- "deploy" : " npm run build:push && npm version patch && npm run postversion " ,
44+ "deploy" : " npm version patch && npm run build:push && git push --tags && npm publish --tag latest " ,
4545 "build:push" : " npm run build && git add . && git commit -m 'build' && git push" ,
46- "postversion" : " npm run build && git add . && git commit --amend --no-edit && git push && git push --tags && npm publish --tag latest" ,
4746 "lint" : " eslint src --ext ts && tsc --noEmit" ,
4847 "format" : " prettier --write src"
4948 },
You can’t perform that action at this time.
0 commit comments