Skip to content

Commit 0c847d5

Browse files
committed
fix: remove npm version patch from build script in package.json
1 parent 4afcdd8 commit 0c847d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "module",
77
"homepage": "https://adminforth.dev/docs/tutorial/Plugins/EmailInvite/",
88
"scripts": {
9-
"build": "tsc && rsync -av --exclude 'node_modules' custom dist/ && npm version patch",
9+
"build": "tsc && rsync -av --exclude 'node_modules' custom dist/",
1010
"prepare": "npm link adminforth"
1111
},
1212
"keywords": [

0 commit comments

Comments
 (0)