Skip to content

Commit f7b1a63

Browse files
committed
build
1 parent 5f9f29c commit f7b1a63

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

out/cli.cjs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16272,7 +16272,7 @@ function G3(t, e2) {
1627216272
// package.json
1627316273
var package_default = {
1627416274
name: "opencommit",
16275-
version: "2.2.4",
16275+
version: "2.2.5",
1627616276
description: "Auto-generate impressive commits in 1 second. Killing lame commits with AI \u{1F92F}\u{1F52B}",
1627716277
keywords: [
1627816278
"git",
@@ -16313,9 +16313,8 @@ var package_default = {
1631316313
start: "node ./out/cli.cjs",
1631416314
dev: "ts-node ./src/cli.ts",
1631516315
build: "rimraf out && node esbuild.config.js",
16316-
deploy: "npm run build:push && npm version patch && npm run postversion",
16316+
deploy: "npm run build:push && git push --tags && npm publish --tag latest",
1631716317
"build:push": "npm run build && git add . && git commit -m 'build' && git push",
16318-
postversion: "npm run build && git add . && git commit --amend --no-edit && git push && git push --tags && npm publish --tag latest",
1631916318
lint: "eslint src --ext ts && tsc --noEmit",
1632016319
format: "prettier --write src"
1632116320
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"start": "node ./out/cli.cjs",
4242
"dev": "ts-node ./src/cli.ts",
4343
"build": "rimraf out && node esbuild.config.js",
44-
"deploy": "npm version patch && npm run build:push && git push --tags && npm publish --tag latest",
44+
"deploy": "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",
4646
"lint": "eslint src --ext ts && tsc --noEmit",
4747
"format": "prettier --write src"

0 commit comments

Comments
 (0)