mirror of
https://github.com/galacean/engine.git
synced 2026-06-09 09:12:48 +08:00
Add second party configuration for engine-toolkit
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user