Add second party configuration for engine-toolkit

This commit is contained in:
Bo Kou
2025-09-17 11:26:22 +08:00
committed by GitHub
parent b92f8ea51e
commit 3df7a353bb

View File

@@ -38,6 +38,24 @@ module.exports = {
],
secondParty: [
{
name: "@galacean/engine-toolkit",
repo: "https://github.com/galacean/engine-toolkit.git",
isMonorepo: true,
buildCommand: "pnpm b:all",
packages: [
{
name: "@galacean/engine-toolkit",
packagePath: "packages/galacean-engine-toolkit",
browserPath: "dist/umd/browser.js"
},
{
name: "@galacean/engine-toolkit-xr",
packagePath: "packages/xr",
browserPath: "dist/umd/browser.js"
}
]
},
{
name: "@galacean/engine-lottie",
repo: "https://github.com/galacean/engine-lottie.git",