1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00

Setup account-portal as submodule

This commit is contained in:
Adria Navarro 2023-10-16 17:45:18 +02:00
parent bbda776c49
commit 9dfeee747a
5 changed files with 3797 additions and 1067 deletions

3
.gitmodules vendored
View file

@ -1,3 +1,6 @@
[submodule "packages/pro"] [submodule "packages/pro"]
path = packages/pro path = packages/pro
url = git@github.com:Budibase/budibase-pro.git url = git@github.com:Budibase/budibase-pro.git
[submodule "apps/account-portal"]
path = apps/account-portal
url = git@github.com:Budibase/account-portal.git

1
apps/account-portal Submodule

@ -0,0 +1 @@
Subproject commit 04e2fab47876b029c509bcf7f6289b0008eea5f1

View file

@ -1,9 +1,7 @@
{ {
"version": "2.11.36", "version": "2.11.36",
"npmClient": "yarn", "npmClient": "yarn",
"packages": [ "packages": ["packages/*", "apps/account-portal/packages/*"],
"packages/*"
],
"useNx": true, "useNx": true,
"command": { "command": {
"publish": { "publish": {
@ -19,4 +17,4 @@
"loadEnvFiles": false "loadEnvFiles": false
} }
} }
} }

View file

@ -86,7 +86,8 @@
}, },
"workspaces": { "workspaces": {
"packages": [ "packages": [
"packages/*" "packages/*",
"apps/account-portal/packages/*"
] ]
}, },
"resolutions": { "resolutions": {

4851
yarn.lock

File diff suppressed because it is too large Load diff