Setup pro
This commit is contained in:
parent
3b69a5e6ef
commit
fd538e0aad
|
@ -0,0 +1,3 @@
|
|||
[submodule "packages/pro"]
|
||||
path = packages/pro
|
||||
url = git@github.com:Budibase/budibase-pro.git
|
|
@ -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",
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 274ac4a2aa46d62da74d0079a0e657a40334ce24
|
Loading…
Reference in New Issue