mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 19:34:09 +08:00
45adb22abe
We are seeing occasional flakes in `patch-package`, possibly caused by https://github.com/ds300/patch-package/issues/484. This wrapper script will retry patch-package three times before giving up. Longer-term we hope to upgrade to a package manager with built-in patch support.
31 lines
595 B
JSON
31 lines
595 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"postinstall": "./run-patch-package"
|
|
},
|
|
"workspaces": [
|
|
"admin",
|
|
"bootstrap-json",
|
|
"deprecation-silencer",
|
|
"dialog-holder",
|
|
"discourse",
|
|
"discourse-common",
|
|
"discourse-hbr",
|
|
"discourse-plugins",
|
|
"discourse-widget-hbs",
|
|
"ember-cli-progress-ci",
|
|
"ember-production-deprecations",
|
|
"pretty-text",
|
|
"select-kit",
|
|
"truth-helpers",
|
|
"wizard"
|
|
],
|
|
"resolutions": {
|
|
"**/unset-value": "2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"patch-package": "^8.0.0",
|
|
"postinstall-postinstall": "^2.1.0"
|
|
}
|
|
}
|