5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 16:06:56 +00:00

ci: run npm ci to install and ignore scripts in the Dockerfile

This commit is contained in:
Jeroen de Bruijn 2021-02-25 19:56:46 +01:00
parent da65807671
commit e6270e8d78
No known key found for this signature in database
GPG key ID: 94DD99A281A21364

View file

@ -4,7 +4,7 @@ RUN apk --no-cache add git
COPY package*.json /
RUN npm ci --production
RUN npm ci --production --ignore-scripts
COPY . .