We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1570ae3 commit 0f981b5Copy full SHA for 0f981b5
Dockerfile
@@ -7,13 +7,7 @@ RUN node -v && npm -v
7
RUN npm ci
8
# Version
9
RUN node tasks/version.js
10
-# Docs and Static Analysis
11
-RUN npm run lint || true
12
-RUN scripts/codeclimate
13
-# RUN cat ./coverage/lcov.info | node_modules/coveralls/bin/coveralls.js
14
-# RUN scripts/sonar
15
RUN npm run jsdoc
16
-# RUN node tasks/deploy/docs.js
17
# Dist
18
RUN node tasks/dist.js
19
0 commit comments