remove pnpm verson lock during ci build
Some checks failed
Deploy website to VPS / build-and-deploy (push) Failing after 25s
Some checks failed
Deploy website to VPS / build-and-deploy (push) Failing after 25s
This commit is contained in:
@@ -27,6 +27,7 @@ jobs:
|
||||
run: |
|
||||
if [ -f "package.json" ]; then
|
||||
# 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 install --no-frozen-lockfile
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user