Skip to content

Commit 18ce292

Browse files
committed
fix: remove "npm version patch" from package.json template in create plugin command
1 parent 36e14c7 commit 18ce292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/commands/createPlugin/templates/package.json.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"types": "dist/index.d.ts",
66
"type": "module",
77
"scripts": {
8-
"build": "tsc && rsync -av --exclude 'node_modules' custom dist/ && npm version patch"
8+
"build": "tsc && rsync -av --exclude 'node_modules' custom dist/"
99
},
1010
"keywords": [],
1111
"author": "",

0 commit comments

Comments
 (0)