Skip to content

Commit

Permalink
Fix js lint
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Jul 10, 2024
1 parent ee01b20 commit 275c4f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/lint/js-lint.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ RUN npm install -g standard
RUN mkdir /code
WORKDIR /code

RUN mkdir /.cache
RUN chmod 777 /.cache
RUN mkdir -p /.cache/standard/v17
RUN chmod -R 777 /.cache

CMD echo "js"; if [ "$LINT_FIX" = 1 ]; then \
standard --fix; \
Expand Down

0 comments on commit 275c4f3

Please sign in to comment.