From 804128280c624056a7f583ef2c49fa722af9ce39 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Tue, 12 Dec 2023 13:47:32 +0100 Subject: [PATCH] npm and compose --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index ce307e21..0e343afc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,7 +37,6 @@ steps: key: from_secret: ssh-www-data-maketank-rsa script: - - echo "Hello World! Yes!" - #- cd ~/froxlor-test && composer install --no-dev - #- cd ~/froxlor-test && npm install && npm run build + - cd ~/froxlor-test && composer install --no-dev + - cd ~/froxlor-test && npm install && npm run build