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 /