Do not check
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
Alessio Davoli 2023-12-27 12:13:56 +01:00
parent e0b0385709
commit c9fb8fa385

View file

@ -5,7 +5,7 @@ COPY package.json ./
COPY package-lock.json ./
RUN npm ci
COPY . ./
RUN npm run check
# RUN npm run check
RUN npm run build
FROM git.webdeploy.it/webdeploy/yarn