ci: fix invalid command
Some checks failed
Deploy to Netlify / Deploy to Netlify (push) Failing after 1m6s

This commit is contained in:
Nathan Lamy 2025-07-28 23:34:00 +02:00
parent 8fe6a71517
commit b8f4ca38ce

View file

@ -19,7 +19,7 @@ jobs:
run: |
npm --version && node --version
npm i -g pnpm
pnpm install --no-update-notifier
pnpm install
pnpm build
- name: Deploy to Netlify