From 47189ea553f5379ac083c3ab66e3d067d30a2055 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 30 Jan 2025 11:04:13 +0100 Subject: [PATCH] test declone --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3564df9..a436cc9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,12 +11,10 @@ steps: - name: Installation du package image: node commands: - - cd Deligraph-V3 - npm install - name: Build du package image: node commands: - - cd Deligraph-V3 - npm run production - rm -rf node_modules