mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-08 00:16:56 +00:00
ci: run npm ci to install and ignore scripts in the Dockerfile
This commit is contained in:
parent
da65807671
commit
e6270e8d78
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ RUN apk --no-cache add git
|
||||||
|
|
||||||
COPY package*.json /
|
COPY package*.json /
|
||||||
|
|
||||||
RUN npm ci --production
|
RUN npm ci --production --ignore-scripts
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue