fix(cicd): change npm to pnpm
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
light7734 2025-01-18 17:06:19 +03:30
parent bc46a30450
commit 4186e3df94
Signed by: light7734
GPG key ID: B76EEFFAED52D359

View file

@ -6,7 +6,7 @@ steps:
- name: build_deploy
image: ianwalter/pnpm:v1.4.0
commands:
- npm install
- npm run build
- pnpm install
- pnpm run build
- rm -rv /bonfire
- cp -rv ./build /bonfire/