Use yarn instead
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Alessio Davoli 2023-05-31 18:01:23 +02:00
parent c3428e1b0a
commit d321b6660c
3 changed files with 2621 additions and 4647 deletions

View file

@ -6,8 +6,8 @@ pipeline:
# Install deps # Install deps
- apk add docker docker-compose jq - apk add docker docker-compose jq
# Build app # Build app
- npm i - yarn install --frozen-lockfile
- npm run build - yarn build
# Log into docker registry # Log into docker registry
- echo "$${DOCKER_PASSWORD}" | docker login --password-stdin --username "$${DOCKER_USERNAME}" git.webdeploy.it - echo "$${DOCKER_PASSWORD}" | docker login --password-stdin --username "$${DOCKER_USERNAME}" git.webdeploy.it
- echo "TAG=$(jq -r .version ./package.json)" >> .env - echo "TAG=$(jq -r .version ./package.json)" >> .env

4645
package-lock.json generated

File diff suppressed because it is too large Load diff

2619
yarn.lock Normal file

File diff suppressed because it is too large Load diff