aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-unix.sh2
-rw-r--r--scripts/build-windows.ps12
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build-unix.sh b/scripts/build-unix.sh
index a7cb003..94720aa 100755
--- a/scripts/build-unix.sh
+++ b/scripts/build-unix.sh
@@ -110,7 +110,7 @@ popd
110# ----------------------------------------------------------------------------- 110# -----------------------------------------------------------------------------
111# Now the meat..... 111# Now the meat.....
112pnpm i 112pnpm i
113pnpm prepare-code 113pnpm prepare
114pnpm lint 114pnpm lint
115# TODO: Uncomment after fixing tests 115# TODO: Uncomment after fixing tests
116# pnpm test 116# pnpm test
diff --git a/scripts/build-windows.ps1 b/scripts/build-windows.ps1
index 7a5004e..71b27b8 100644
--- a/scripts/build-windows.ps1
+++ b/scripts/build-windows.ps1
@@ -160,7 +160,7 @@ Pop-Location
160# ----------------------------------------------------------------------------- 160# -----------------------------------------------------------------------------
161# Now the meat..... 161# Now the meat.....
162& pnpm i 162& pnpm i
163& pnpm prepare-code 163& pnpm prepare
164& pnpm lint 164& pnpm lint
165# TODO: Uncomment after fixing tests 165# TODO: Uncomment after fixing tests
166# & pnpm test 166# & pnpm test