fix: update workflow to use npm for dependency installation and build process
Some checks failed
GBCI / build (push) Failing after 1m53s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-04-27 09:30:33 -03:00
parent 22eaff3899
commit f3a659f8b0

View file

@ -24,8 +24,8 @@ jobs:
- name: Install dependencies and build
run: |
pnpm i
pnpm run build
npm i
npm run build
- name: Deploy to production
run: |