aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-12-09 05:01:39 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-12-09 05:01:39 +0530
commit2a206b4e0943b5b82b8fd32a9c3b68ceb9c2aa2d (patch)
tree6ce5b2280ae935f9b3fe9789373bdb0507e6723f /scripts
parentUpgraded pnpm and recipes submodule (diff)
downloadferdium-app-2a206b4e0943b5b82b8fd32a9c3b68ceb9c2aa2d.tar.gz
ferdium-app-2a206b4e0943b5b82b8fd32a9c3b68ceb9c2aa2d.tar.zst
ferdium-app-2a206b4e0943b5b82b8fd32a9c3b68ceb9c2aa2d.zip
Ignore lint error since it doesn't seem to affect behavior
Run 'pnpm lint' when using scripts on local dev machine
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-unix.sh1
-rw-r--r--scripts/build-windows.ps11
2 files changed, 2 insertions, 0 deletions
diff --git a/scripts/build-unix.sh b/scripts/build-unix.sh
index 42de96a1a..8dae9e5ee 100755
--- a/scripts/build-unix.sh
+++ b/scripts/build-unix.sh
@@ -106,6 +106,7 @@ command_exists asdf && asdf reshim nodejs
106# Now the meat..... 106# Now the meat.....
107pnpm i 107pnpm i
108pnpm prepare-code 108pnpm prepare-code
109pnpm lint
109pnpm test 110pnpm test
110 111
111# ----------------------------------------------------------------------------- 112# -----------------------------------------------------------------------------
diff --git a/scripts/build-windows.ps1 b/scripts/build-windows.ps1
index 1c2b175b2..ca4fabfe8 100644
--- a/scripts/build-windows.ps1
+++ b/scripts/build-windows.ps1
@@ -151,6 +151,7 @@ if ($ACTUAL_PNPM_VERSION -ne $EXPECTED_RECIPES_PNPM_VERSION) {
151# Now the meat..... 151# Now the meat.....
152& pnpm i 152& pnpm i
153& pnpm prepare-code 153& pnpm prepare-code
154& pnpm lint
154& pnpm test 155& pnpm test
155 156
156# ----------------------------------------------------------------------------- 157# -----------------------------------------------------------------------------