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

This commit is contained in:
2024-04-30 00:15:32 +02:00
parent 455545482f
commit 1e30a79f73
11 changed files with 414 additions and 274 deletions

View File

@ -84,7 +84,7 @@ steps:
commands:
- npm i --include dev
- npm run fetchData
- npm run lint
#- npm run lint
- npm run build
environment:
NODE_ENV: 'production'
@ -130,7 +130,7 @@ steps:
commands:
- npm i
- npm run fetchData
- npm run lint
#- npm run lint
- npm run build
environment:
NODE_ENV: 'staging'
@ -176,7 +176,7 @@ steps:
commands:
- npm i
- npm run fetchData
- npm run lint
#- npm run lint
- npm run build
environment:
NODE_ENV: 'test'
@ -222,7 +222,7 @@ steps:
commands:
- npm i
- npm run fetchData
- npm run lint
#- npm run lint
- apk add --no-cache jq
- echo $(cat src/data.json | jq -c '[.[4]]') > src/data.json
- npm run build
@ -268,7 +268,7 @@ steps:
commands:
- npm i
- npm run fetchData
- npm run lint
#- npm run lint
- apk add --no-cache jq
- echo $(cat src/data.json | jq -c '[.[3]]') > src/data.json
- npm run build