Skip to content

Commit d2e7c49

Browse files
committed
fix: remove npm version patch from build script
1 parent efe3165 commit d2e7c49

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
},
1010
"keywords": [],
1111
"author": "",

0 commit comments

Comments
 (0)