Skip to content

Commit 59dce8d

Browse files
committed
fix: remove npm version patch from build script in package.json
1 parent 6428234 commit 59dce8d

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
@@ -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
"prepare": "npm link adminforth"
1010
},
1111
"publishConfig": {

0 commit comments

Comments
 (0)