Add check before build
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
Alessio Davoli 2023-12-27 12:03:19 +01:00
parent 06db990965
commit 90b2576555

View file

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