faster compile on server, yo yo yo

This commit is contained in:
Histmy 2023-08-27 16:50:14 +02:00
parent cf94a3e292
commit 943711f75d
Signed by untrusted user who does not match committer: Histmy
GPG Key ID: AC2E43C463D8F329
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,7 @@ while true; do
git stash git stash
git pull git pull
npm i --omit=dev npm i --omit=dev
tsc >/dev/null live-tsc -s src -d out -f cjs
unset posel unset posel
else else
kod=$? kod=$?

View File

@ -7,7 +7,6 @@
"moduleResolution": "Node", "moduleResolution": "Node",
"strict": true, "strict": true,
"skipLibCheck": true, "skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"removeComments": true, "removeComments": true,
"esModuleInterop": true "esModuleInterop": true