Skip to content

Commit 00154df

Browse files
author
Gonzalo Diaz
committed
[CONFIG] Docker: prettier added to lint step.
1 parent 0cb9bb4 commit 00154df

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
@@ -17,7 +17,8 @@ WORKDIR ${WORKDIR}
1717

1818
RUN apk add --update --no-cache make nodejs npm \
1919
&& apk add --update --no-cache yamllint \
20-
&& npm install -g --ignore-scripts markdownlint-cli
20+
&& npm install -g --ignore-scripts markdownlint-cli \
21+
&& npm install -g --ignore-scripts prettier
2122

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

0 commit comments

Comments
 (0)