This commit is contained in:
@@ -26,7 +26,9 @@ jobs:
|
|||||||
- name: Install Node Dependencies
|
- name: Install Node Dependencies
|
||||||
run: |
|
run: |
|
||||||
if [ -f "package.json" ]; then
|
if [ -f "package.json" ]; then
|
||||||
pnpm install --no-frozen-lockfile || npm install
|
# Force pnpm to use the version baked into our Nix image
|
||||||
|
pnpm config set manage-package-manager false
|
||||||
|
pnpm install --no-frozen-lockfile
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Build with Hugo
|
- name: Build with Hugo
|
||||||
|
|||||||
Reference in New Issue
Block a user