1
0
Fork 0
mirror of synced 2024-06-30 20:10:54 +12:00

Update bootstrap script

This commit is contained in:
Rory Powell 2022-06-09 17:00:53 +01:00
parent 83a5a8b5c9
commit 5832b6c0dd
4 changed files with 4 additions and 4 deletions

View file

@ -22,7 +22,7 @@
},
"scripts": {
"setup": "node ./hosting/scripts/setup.js && yarn && yarn bootstrap && yarn build && yarn dev",
"bootstrap": "lerna link && lerna bootstrap && ./scripts/link-dependencies.sh",
"bootstrap": "lerna bootstrap && lerna link && ./scripts/link-dependencies.sh",
"build": "lerna run build",
"build:dev": "lerna run prebuild && lerna run build:dev --scope @budibase/server --scope @budibase/worker --stream",
"release": "lerna publish patch --yes --force-publish && yarn release:pro",

View file

@ -48,7 +48,7 @@
]
},
"devDependencies": {
"@budibase/types": "^1.0.195",
"@budibase/types": "^1.0.198",
"@shopify/jest-koa-mocks": "3.1.5",
"@types/koa": "2.0.52",
"@types/node": "14.18.20",

View file

@ -142,7 +142,7 @@
"zlib": "1.0.5"
},
"devDependencies": {
"@budibase/types": "^1.0.195",
"@budibase/types": "^1.0.198",
"@budibase/standard-components": "^0.9.139",
"@babel/core": "7.17.4",
"@babel/preset-env": "7.16.11",

View file

@ -66,7 +66,7 @@
"server-destroy": "1.0.1"
},
"devDependencies": {
"@budibase/types": "^1.0.195",
"@budibase/types": "^1.0.198",
"@types/koa": "2.13.4",
"@types/koa-router": "7.4.4",
"@types/koa__router": "8.0.11",