diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000..2dd6ea53f2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "packages/pro"] + path = packages/pro + url = git@github.com:Budibase/budibase-pro.git diff --git a/package.json b/package.json index 9660b4fa60..f8919efd28 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/pro b/packages/pro new file mode 160000 index 0000000000..274ac4a2aa --- /dev/null +++ b/packages/pro @@ -0,0 +1 @@ +Subproject commit 274ac4a2aa46d62da74d0079a0e657a40334ce24