Skip to content

Commit 9eaf752

Browse files
author
Gonzalo Diaz
committed
[CONFIG] Docker: prettier added to lint step.
1 parent 5d58d24 commit 9eaf752

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ WORKDIR ${WORKDIR}
2727

2828
RUN apk add --update --no-cache make nodejs npm \
2929
&& apk add --update --no-cache yamllint \
30-
&& npm install -g --ignore-scripts markdownlint-cli
30+
&& npm install -g --ignore-scripts markdownlint-cli \
31+
&& npm install -g --ignore-scripts markdownlint-cli prettier
3132

3233
# [!TIP] Use a bind-mount to "/app" to override following "copys"
3334
# for lint and test against "current" sources in this stage

0 commit comments

Comments
 (0)