We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb9bb4 commit 00154dfCopy full SHA for 00154df
Dockerfile
@@ -17,7 +17,8 @@ WORKDIR ${WORKDIR}
17
18
RUN apk add --update --no-cache make nodejs npm \
19
&& apk add --update --no-cache yamllint \
20
- && npm install -g --ignore-scripts markdownlint-cli
+ && npm install -g --ignore-scripts markdownlint-cli \
21
+ && npm install -g --ignore-scripts prettier
22
23
# [!TIP] Use a bind-mount to "/app" to override following "copys"
24
# for lint and test against "current" sources in this stage
0 commit comments