feat: Ajout de l'inclusion basale
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Simon 2025-05-22 23:34:47 +02:00
parent bb7d5f16e1
commit ae8229ce5b
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ steps:
- npm run fetchData - npm run fetchData
#- npm run lint #- npm run lint
- apk add --no-cache jq - apk add --no-cache jq
- echo $(cat src/data.json | jq -c '[.[4]]') > src/data.json - echo $(cat src/data.json | jq -c '[.[4,11]]') > src/data.json
- npm run build - npm run build
- name: deploy on s3 - name: deploy on s3