Skip to content

Commit a9050fd

Browse files
committed
build
1 parent b98b892 commit a9050fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

out/cli.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16384,7 +16384,7 @@ function G3(t, e2) {
1638416384
// package.json
1638516385
var package_default = {
1638616386
name: "opencommit",
16387-
version: "2.4.2",
16387+
version: "3.0.0",
1638816388
description: "Auto-generate impressive commits in 1 second. Killing lame commits with AI \u{1F92F}\u{1F52B}",
1638916389
keywords: [
1639016390
"git",
@@ -16426,7 +16426,7 @@ var package_default = {
1642616426
dev: "ts-node ./src/cli.ts",
1642716427
build: "rimraf out && node esbuild.config.js",
1642816428
"build:push": "npm run build && git add . && git commit -m 'build' && git push",
16429-
deploy: "npm run build:push && npm version patch && git push --tags && git push && npm publish --tag latest",
16429+
deploy: "npm run build:push && npm version patch && git push --follow-tags && npm publish --tag latest",
1643016430
lint: "eslint src --ext ts && tsc --noEmit",
1643116431
format: "prettier --write src"
1643216432
},

0 commit comments

Comments
 (0)