try fix tailwind ereror on build
Deploy website to VPS / build-and-deploy (push) Successful in 49s

This commit is contained in:
Evan Scamehorn
2026-06-11 19:44:21 -05:00
parent 7ec93e422e
commit f45fe99459
+1
View File
@@ -29,6 +29,7 @@ jobs:
# Force pnpm to use the version baked into our Nix image
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