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
|
- name: Install dependencies and build
|
||||||
run: |
|
run: |
|
||||||
pnpm i
|
npm i
|
||||||
pnpm run build
|
npm run build
|
||||||
|
|
||||||
- name: Deploy to production
|
- name: Deploy to production
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue