mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 07:18:06 +08:00
70f1cc5552
Reverts e2705df
and re-lands #23187 and #23219.
The issue was incorrect order of execution of Rails' `assets:precompile` task in our own precompilation stack.
Co-authored-by: David Taylor <david@taylorhq.com>
32 lines
680 B
JSON
32 lines
680 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"postinstall": "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": {
|
|
"**/babel-plugin-debug-macros": "npm:@discourse/babel-plugin-debug-macros@0.4.0-pre1",
|
|
"**/unset-value": "2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"patch-package": "^8.0.0",
|
|
"postinstall-postinstall": "^2.1.0"
|
|
}
|
|
}
|