From 74995381f4bd6ec127ba809b9a9823bd65b1bc7b Mon Sep 17 00:00:00 2001 From: Rory Powell Date: Fri, 31 Mar 2023 12:30:20 +0100 Subject: [PATCH] Remove client build in CI --- .github/workflows/budibase_ci.yml | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/budibase_ci.yml b/.github/workflows/budibase_ci.yml index 1a2e74f863..a920ec0e2f 100644 --- a/.github/workflows/budibase_ci.yml +++ b/.github/workflows/budibase_ci.yml @@ -56,7 +56,6 @@ jobs: run: yarn install:pro $BRANCH $BASE_BRANCH - run: yarn - run: yarn bootstrap - - run: yarn build:client - run: yarn test - uses: codecov/codecov-action@v3 with: diff --git a/package.json b/package.json index 027788dce7..1ae713f96c 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,6 @@ "setup": "node ./hosting/scripts/setup.js && yarn && yarn bootstrap && yarn build && yarn dev", "bootstrap": "lerna bootstrap && lerna link && ./scripts/link-dependencies.sh", "build": "lerna run build", - "build:client": "lerna run build --ignore @budibase/backend-core --ignore @budibase/worker --ignore @budibase/server --ignore @budibase/builder --ignore @budibase/cli --ignore @budibase/sdk", "build:dev": "lerna run prebuild && tsc --build --watch --preserveWatchOutput", "build:backend": "lerna run build --ignore @budibase/client --ignore @budibase/bbui --ignore @budibase/builder --ignore @budibase/cli", "build:sdk": "lerna run build:sdk",