1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12:00

Setup pro

This commit is contained in:
adrinr 2023-04-11 17:12:50 +01:00
parent 3b69a5e6ef
commit fd538e0aad
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored Normal file
View file

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

View file

@ -23,7 +23,7 @@
},
"scripts": {
"setup": "node ./hosting/scripts/setup.js && yarn && yarn bootstrap && yarn build && yarn dev",
"bootstrap": "lerna bootstrap",
"bootstrap": "lerna bootstrap && cd packages/pro && lerna bootstrap && yarn setup",
"postbootstrap": "lerna link && ./scripts/link-dependencies.sh",
"build": "lerna run --stream build",
"build:dev": "lerna run --stream prebuild && tsc --build --watch --preserveWatchOutput",

1
packages/pro Submodule

@ -0,0 +1 @@
Subproject commit 274ac4a2aa46d62da74d0079a0e657a40334ce24