trying building with node image
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Antoine M 2025-01-30 10:47:27 +01:00
parent 62e854f9fc
commit ca2ade8af5

View File

@ -8,12 +8,12 @@ steps:
commands: commands:
- git clone https://git.deligraph.be/Antoine/Deligraph-V3 - git clone https://git.deligraph.be/Antoine/Deligraph-V3
- name: Installation du package - name: Installation du package
image: alpine/git image: node
commands: commands:
- cd Deligraph-V3 - cd Deligraph-V3
- npm install - npm install
- name: Build du package - name: Build du package
image: alpine/git image: node
commands: commands:
- cd Deligraph-V3 - cd Deligraph-V3
- npm run production - npm run production