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