Run dev without building types

This commit is contained in:
Adria Navarro 2024-12-05 12:17:10 +01:00
parent 1791027150
commit 9272e170be
4 changed files with 2 additions and 14 deletions

View File

@ -62,8 +62,7 @@
{
"projects": [
"@budibase/shared-core",
"@budibase/string-templates",
"@budibase/types"
"@budibase/string-templates"
],
"target": "build"
}

@ -1 +1 @@
Subproject commit bbef2952d51ce5a592cf1d537ab2a7cc433c6c8c
Subproject commit ef5c39d48843cd0c2e8b72b08a89a35ee380a214

View File

@ -34,16 +34,6 @@
"target": "build"
}
]
},
"dev": {
"dependsOn": [
{
"projects": [
"@budibase/types"
],
"target": "build"
}
]
}
}
}

View File

@ -10,7 +10,6 @@
"prebuild": "rimraf dist/",
"build": "node ../../scripts/build.js && tsc -p tsconfig.build.json --emitDeclarationOnly",
"build:dev": "yarn prebuild && tsc --build --watch --preserveWatchOutput",
"dev": "tsc -p tsconfig.json --watch --preserveWatchOutput",
"check:types": "tsc -p tsconfig.json --noEmit --paths null --target es2020"
},
"jest": {},