Skip to content

Commit

Permalink
workaround prepack script bug oven-sh/bun#3768
Browse files Browse the repository at this point in the history
  • Loading branch information
russellmcc committed Nov 3, 2024
1 parent fc02808 commit e9e7555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "tsc && eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"check-format": "prettier --ignore-path .gitignore -c .",
"format": "prettier --ignore-path .gitignore --write .",
"prepack": "conformal-internal-scripts ts-browser-prepack",
"prepack": "NODE_ENV=production conformal-internal-scripts ts-browser-prepack",
"postpack": "conformal-internal-scripts ts-browser-postpack"
},
"files": [
Expand Down

0 comments on commit e9e7555

Please sign in to comment.