We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc9c6c commit aa4df36Copy full SHA for aa4df36
Dockerfile.ci
@@ -6,6 +6,7 @@ RUN yarn install && \
6
# Commit lint CLI packages
7
npm pack @commitlint/cli && \
8
npm pack @commitlint/config-validator && \
9
+ npm pack @commitlint/config-nx-scopes && \
10
npm pack @commitlint/ensure && \
11
npm pack @commitlint/execute-rule && \
12
npm pack @commitlint/format && \
docs/guides/ci-setup.md
@@ -146,6 +146,8 @@ lint:commit:
146
entrypoint: ['']
147
stage: lint
148
script:
149
+ # Uncomment the next line if you are extending the @commitlint/config-nx-scopes in your commitlint configuration
150
+ #- npm i -g nx@$(node -pe "require('./package.json').devDependencies.nx")
151
- echo "${CI_COMMIT_MESSAGE}" | commitlint
152
```
153
0 commit comments