0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

add docker-examples to prettier format

include it to the ci paths list
This commit is contained in:
Juan Picado 2021-11-19 19:55:27 +01:00
parent 6822ab9fe2
commit 418bf0d8fa
9 changed files with 17 additions and 16 deletions

View file

@ -10,6 +10,7 @@ on:
- .changeset/**
- .github/workflows/ci.yml
- 'packages/**'
- 'docker-examples/**'
- 'jest/**'
- 'package.json'
- 'pnpm-workspace.yaml'

View file

@ -20,7 +20,6 @@ packages/core/local-storage/_storage/**
packages/partials/storage_default_storage/
packages/standalone/dist/bundle.js
docker-examples/v5/reverse_proxy/nginx/relative_path/storage/*
docker-examples/
build/
.vscode/
.github/

View file

@ -15,6 +15,7 @@ The following examples aim to be demonstrative and can be either improved or upd
This folder aims to create a collection of Docker and Kubernetes examples.
For more information about the **Helm** Chart, please check it [owns repo](https://github.com/verdaccio/charts).
### Kubernetes
- Kubernetes (minikube) + Verdaccio (Basic Configuration)

View file

@ -44,7 +44,7 @@ class LocalMemory {
} else {
this.logger.info(
{ limit: this.limit },
'Storage memory has reached limit of @{limit} packages',
'Storage memory has reached limit of @{limit} packages'
);
cb(new Error('Storage memory has reached limit of limit packages'));
}