File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ RUN yarn install && \
6
6
# Commit lint CLI packages
7
7
npm pack @commitlint/cli && \
8
8
npm pack @commitlint/config-validator && \
9
+ npm pack @commitlint/config-nx-scopes && \
9
10
npm pack @commitlint/ensure && \
10
11
npm pack @commitlint/execute-rule && \
11
12
npm pack @commitlint/format && \
Original file line number Diff line number Diff line change @@ -146,6 +146,8 @@ lint:commit:
146
146
entrypoint : ['']
147
147
stage : lint
148
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")
149
151
- echo "${CI_COMMIT_MESSAGE}" | commitlint
150
152
` ` `
151
153
You can’t perform that action at this time.
0 commit comments