aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2024-06-02 08:19:56 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-06-02 08:36:33 +0530
commit4c6f594db1be904d8496a200e8d14e05d0ae39b0 (patch)
tree8e2d4ffcb113414b30b06246fd2a3cb7a3499907 /scripts
parent6.7.5-nightly.8 [skip ci] (diff)
downloadferdium-app-4c6f594db1be904d8496a200e8d14e05d0ae39b0.tar.gz
ferdium-app-4c6f594db1be904d8496a200e8d14e05d0ae39b0.tar.zst
ferdium-app-4c6f594db1be904d8496a200e8d14e05d0ae39b0.zip
Upgrade pnpm to 9.1.4
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-unix.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-unix.sh b/scripts/build-unix.sh
index 04aa9e70f..11ab3215f 100755
--- a/scripts/build-unix.sh
+++ b/scripts/build-unix.sh
@@ -68,7 +68,7 @@ else
68 fi 68 fi
69 69
70 npm cache clean --force 70 npm cache clean --force
71 rm -rf ~/.npm ~/.electron-gyp ~/.asdf/installs/nodejs/*/.npm/ 71 rm -rf ~/.npm ~/.electron-gyp ~/.asdf/installs/nodejs/*/.npm/ ~/Library/pnpm
72 72
73 git -C recipes clean -fxd # Clean recipes folder/submodule 73 git -C recipes clean -fxd # Clean recipes folder/submodule
74 git clean -fxd # Note: This will blast away the 'recipes' folder if you have symlinked it 74 git clean -fxd # Note: This will blast away the 'recipes' folder if you have symlinked it