From 18ce292d898a5629df7a69b09e2f400bde01b871 Mon Sep 17 00:00:00 2001 From: yaroslav8765 Date: Mon, 6 Oct 2025 17:05:16 +0300 Subject: [PATCH] fix: remove "npm version patch" from package.json template in create plugin command --- adminforth/commands/createPlugin/templates/package.json.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminforth/commands/createPlugin/templates/package.json.hbs b/adminforth/commands/createPlugin/templates/package.json.hbs index d46c1e5af..42b3f687f 100644 --- a/adminforth/commands/createPlugin/templates/package.json.hbs +++ b/adminforth/commands/createPlugin/templates/package.json.hbs @@ -5,7 +5,7 @@ "types": "dist/index.d.ts", "type": "module", "scripts": { - "build": "tsc && rsync -av --exclude 'node_modules' custom dist/ && npm version patch" + "build": "tsc && rsync -av --exclude 'node_modules' custom dist/" }, "keywords": [], "author": "",