fix(CI): pnpm packages
Deploy website to VPS / build-and-deploy (push) Failing after 36s

This commit is contained in:
Evan Scamehorn
2026-06-19 20:39:31 -05:00
parent 99c9c1b4d7
commit d25ac19e1c
-2
View File
@@ -18,8 +18,6 @@ jobs:
run: |
if [ -f "package.json" ]; then
sed -i '/"packageManager":/d' package.json
pnpm config set manage-package-manager false
pnpm config set prefer-symlinked-executables true
pnpm install --no-frozen-lockfile
fi