Clean scripts

This commit is contained in:
Adria Navarro 2024-11-19 12:46:52 +01:00
parent 2de85fca0c
commit cfd092638e
2 changed files with 2 additions and 3 deletions

View File

@ -64,8 +64,8 @@ jobs:
- run: yarn --frozen-lockfile
# Run build all the projects
- name: Build OSS
run: yarn build:oss
- name: Build
run: yarn build
# Check the types of the projects built via esbuild
- name: Check types
run: |

View File

@ -35,7 +35,6 @@
"setup": "git config submodule.recurse true && git submodule update && node ./hosting/scripts/setup.js && yarn && yarn build && yarn dev",
"build": "DISABLE_V8_COMPILE_CACHE=1 NODE_OPTIONS=--max-old-space-size=1500 lerna run build --stream",
"build:apps": "DISABLE_V8_COMPILE_CACHE=1 yarn build --scope @budibase/server --scope @budibase/worker",
"build:oss": "DISABLE_V8_COMPILE_CACHE=1 NODE_OPTIONS=--max-old-space-size=1500 lerna run build --stream",
"build:cli": "yarn build --scope @budibase/cli",
"build:dev": "lerna run --stream prebuild && yarn nx run-many --target=build --output-style=dynamic --watch --preserveWatchOutput",
"check:types": "lerna run --concurrency 2 check:types",