ci: testing
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build encountered an error

This commit is contained in:
light7734 2025-02-21 18:42:37 +03:30
parent 0e39513c55
commit 287308c8d3
Signed by: light7734
GPG key ID: B76EEFFAED52D359

View file

@ -5,13 +5,13 @@ name: default
steps:
- name: build_deploy
privileged: true
image: ianwalter/pnpm:v1.4.0
image: stagex/npm:latest
volumes:
- name: bonfire
path: /bonfire:/bonfire
commands:
- pnpm install
- pnpm run build
- npm install
- npm run build
- cp -r ./build/* /bonfire/
- ls .
- ls /