Skip to content

Commit 1c1d1a2

Browse files
committed
Remove patch-package postinstall script
This broke much more stuff than I expected. Ref #2967 #2968 #2969 #2970 #2971 #2972 #2973 #2974
1 parent 66ee70d commit 1c1d1a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@
9191
"build": "npm run bundle && npm run build-umd && npm run build-esm && npm run alias-bundle",
9292
"doc": "docco underscore-esm.js && docco modules/*.js -c docco.css -t docs/linked-esm.jst",
9393
"weight": "npm run bundle && npm run minify-umd | gzip-size | pretty-bytes",
94-
"prepublishOnly": "npm run build && npm run doc",
95-
"postinstall": "patch-package"
94+
"prepublishOnly": "npm run build && npm run doc"
9695
},
9796
"files": [
9897
"underscore-esm.js",

0 commit comments

Comments
 (0)