Skip to content

Commit

Permalink
Merge pull request #2974 from paulsmithkc/patch-1
Browse files Browse the repository at this point in the history
Hotfix for broken builds
  • Loading branch information
jashkenas committed Sep 23, 2022
2 parents 66ee70d + 2edcdc1 commit 4eb6894
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
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 4eb6894

Please sign in to comment.