test declone
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-01-30 11:04:13 +01:00
parent 87e017c1de
commit 47189ea553

View File

@ -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