mirror of
https://github.com/Bismuth-Forge/bismuth.git
synced 2024-11-03 19:41:22 +03:00
build: ⚡ improve tsc recompilation times
This commit is contained in:
parent
04f11f98c3
commit
18b988887a
6
.gitignore
vendored
6
.gitignore
vendored
@ -5,10 +5,6 @@
|
|||||||
/build/
|
/build/
|
||||||
/node_modules/
|
/node_modules/
|
||||||
|
|
||||||
/TODO.md
|
|
||||||
/krohnkite.js
|
|
||||||
/package-lock.json
|
/package-lock.json
|
||||||
|
|
||||||
/*.qml
|
tsconfig.tsbuildinfo
|
||||||
*.kwinscript
|
|
||||||
*.bak
|
|
||||||
|
@ -10,7 +10,7 @@ set -e
|
|||||||
mkdir -p "${npm_package_config_build_dir:=build}/script/contents/code"
|
mkdir -p "${npm_package_config_build_dir:=build}/script/contents/code"
|
||||||
|
|
||||||
echo "Checking using TS Compiler..."
|
echo "Checking using TS Compiler..."
|
||||||
npx tsc --noEmit
|
npx tsc --noEmit --incremental
|
||||||
|
|
||||||
echo "Bundling using esbuild..."
|
echo "Bundling using esbuild..."
|
||||||
npx esbuild \
|
npx esbuild \
|
||||||
|
Loading…
Reference in New Issue
Block a user