Skip to content

Commit cee82a3

Browse files
committed
fix: remove patches pre publish
1 parent e8ea29a commit cee82a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"dev": "tsc --watch --sourceMap",
1212
"lint": "eslint --ext .ts .",
1313
"lint:fix": "eslint --fix --ext .ts .",
14-
"postinstall": "patch-package"
14+
"postinstall": "patch-package",
15+
"prepublishOnly": "rm -rf patches"
1516
},
1617
"repository": {
1718
"type": "git",

0 commit comments

Comments
 (0)