Run dev without building types

This commit is contained in:
Adria Navarro 2024-12-05 12:43:50 +01:00
parent 9272e170be
commit 9f72e285f7
5 changed files with 3 additions and 32 deletions

View File

@ -23,6 +23,7 @@
"prepack": "cp package.json dist",
"build": "tsc -p tsconfig.build.json --paths null && node ./scripts/build.js",
"build:dev": "yarn prebuild && tsc --build --watch --preserveWatchOutput",
"build:oss": "node ./scripts/build.js",
"check:types": "tsc -p tsconfig.json --noEmit --paths null --target es2020",
"check:dependencies": "node ../../scripts/depcheck.js",
"test": "bash scripts/test.sh",
@ -94,20 +95,5 @@
"testcontainers": "^10.7.2",
"timekeeper": "2.2.0",
"typescript": "5.5.2"
},
"nx": {
"targets": {
"build": {
"dependsOn": [
{
"projects": [
"@budibase/shared-core",
"@budibase/types"
],
"target": "build"
}
]
}
}
}
}

View File

@ -61,7 +61,6 @@
"dependsOn": [
{
"projects": [
"@budibase/shared-core",
"@budibase/string-templates"
],
"target": "build"

View File

@ -188,7 +188,7 @@
"projects": [
"@budibase/backend-core"
],
"target": "build"
"target": "build:oss"
}
]
},

View File

@ -22,19 +22,5 @@
"devDependencies": {
"rimraf": "3.0.2",
"typescript": "5.5.2"
},
"nx": {
"targets": {
"build": {
"dependsOn": [
{
"projects": [
"@budibase/types"
],
"target": "build"
}
]
}
}
}
}

View File

@ -109,7 +109,7 @@
"projects": [
"@budibase/backend-core"
],
"target": "build"
"target": "build:oss"
}
]
}