fix: update workflow to use npm for dependency installation and build process
Some checks failed
GBCI / build (push) Failing after 1m53s
Some checks failed
GBCI / build (push) Failing after 1m53s
This commit is contained in:
parent
22eaff3899
commit
f3a659f8b0
1 changed files with 2 additions and 2 deletions
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue