From 287308c8d33c5d9cf7814db94596a695a84ba2dd Mon Sep 17 00:00:00 2001 From: light7734 Date: Fri, 21 Feb 2025 18:42:37 +0330 Subject: [PATCH] ci: testing --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index ea52123..37df477 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 /