Skip to content

Commit

Permalink
🐳 Disable ESLINT for npm build in Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
penguineer committed Aug 3, 2022
1 parent 63573ad commit aa13161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN npm ci

COPY . ./

ARG DISABLE_ESLINT_PLUGIN true
RUN npm run build


Expand Down

0 comments on commit aa13161

Please sign in to comment.