mirror of
https://github.com/documenso/documenso.git
synced 2026-07-25 09:25:08 +10:00
fix: add typecheck to build.sh
This commit is contained in:
@@ -19,6 +19,9 @@ start_time=$(date +%s)
|
|||||||
echo "[Build]: Extracting and compiling translations"
|
echo "[Build]: Extracting and compiling translations"
|
||||||
npm run translate --prefix ../../
|
npm run translate --prefix ../../
|
||||||
|
|
||||||
|
echo "[Build]: Typechecking app"
|
||||||
|
npm run typecheck
|
||||||
|
|
||||||
echo "[Build]: Building app"
|
echo "[Build]: Building app"
|
||||||
npm run build:app
|
npm run build:app
|
||||||
|
|
||||||
@@ -35,4 +38,4 @@ cp -r ../../packages/lib/translations build/server/hono/packages/lib/translation
|
|||||||
# Time taken
|
# Time taken
|
||||||
end_time=$(date +%s)
|
end_time=$(date +%s)
|
||||||
|
|
||||||
echo "[Build]: Done in $((end_time - start_time)) seconds"
|
echo "[Build]: Done in $((end_time - start_time)) seconds"
|
||||||
|
|||||||
Reference in New Issue
Block a user