1
0
Fork 0
mirror of synced 2024-05-19 11:53:53 +12:00

Update debug command

This commit is contained in:
Rory Powell 2022-06-07 09:01:43 +01:00
parent e92d79abff
commit 7331e59cff
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ jobs:
run: yarn install:pro $BRANCH $BASE_BRANCH
- run: yarn
- run: yarn bootstrap --loglevel debug
- run: yarn bootstrap
- run: yarn lint
- run: yarn build
- run: yarn test

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 link && lerna bootstrap --loglevel debug && ./scripts/link-dependencies.sh",
"build": "lerna run build",
"build:watch": "lerna run build:watch --ignore @budibase/backend-core --stream --parallel",
"release": "lerna publish patch --yes --force-publish && yarn release:pro",