updating build script to get QA core working again
This commit is contained in:
parent
ad98588f30
commit
9b814e8231
|
@ -25,10 +25,10 @@ function runBuild(entry, outfile) {
|
||||||
if (!fs.existsSync("../pro/src")) {
|
if (!fs.existsSync("../pro/src")) {
|
||||||
// If we don't have pro, we cannot bundle backend-core.
|
// If we don't have pro, we cannot bundle backend-core.
|
||||||
// Otherwise, the main context will not be shared between libraries
|
// Otherwise, the main context will not be shared between libraries
|
||||||
delete tsconfigPathPluginContent.compilerOptions.paths[
|
delete tsconfigPathPluginContent?.compilerOptions?.paths[
|
||||||
"@budibase/backend-core"
|
"@budibase/backend-core"
|
||||||
]
|
]
|
||||||
delete tsconfigPathPluginContent.compilerOptions.paths[
|
delete tsconfigPathPluginContent?.compilerOptions?.paths[
|
||||||
"@budibase/backend-core/*"
|
"@budibase/backend-core/*"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue