From 030cf0ad5b1897c632383152d0af82e08d4077af Mon Sep 17 00:00:00 2001 From: clfreville2 Date: Tue, 30 Jan 2024 18:52:25 +0100 Subject: [PATCH] Use bunx in CI --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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