diff --git a/.drone.yml b/.drone.yml index 7be54f1..ca99815 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,8 +8,7 @@ steps: commands: - bun install -g @angular/cli - bun install && cd projects/codemirror6-editor && bun install - - ln -s $(command -v bun) /usr/local/bin/node - - ../../node_modules/.bin/ng build codemirror6-editor + - bunx --bun ng build codemirror6-editor - name: publish image: node:20-alpine3.19