diff --git a/adminforth/commands/createPlugin/templates/package.json.hbs b/adminforth/commands/createPlugin/templates/package.json.hbs index d46c1e5a..42b3f687 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": "",