Skip to content

Commit

Permalink
Remove patch-package postinstall script
Browse files Browse the repository at this point in the history
This broke much more stuff than I expected.

Ref #2967 #2968 #2969 #2970 #2971 #2972 #2973 #2974
  • Loading branch information
jgonggrijp committed Sep 23, 2022
1 parent 66ee70d commit 1c1d1a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@
"build": "npm run bundle && npm run build-umd && npm run build-esm && npm run alias-bundle",
"doc": "docco underscore-esm.js && docco modules/*.js -c docco.css -t docs/linked-esm.jst",
"weight": "npm run bundle && npm run minify-umd | gzip-size | pretty-bytes",
"prepublishOnly": "npm run build && npm run doc",
"postinstall": "patch-package"
"prepublishOnly": "npm run build && npm run doc"
},
"files": [
"underscore-esm.js",
Expand Down

0 comments on commit 1c1d1a2

Please sign in to comment.