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 2eac09c commit 19ab7acCopy full SHA for 19ab7ac
.circleci/config.yml
@@ -32,8 +32,7 @@ jobs:
32
name: Run tests
33
command: npm run test
34
lint-commits:
35
- docker:
36
- - image: circleci/node:12
+ executor: node
37
steps:
38
- *setup-npm
39
- checkout
@@ -42,15 +41,10 @@ jobs:
42
41
name: Linting commits
43
command: npx commitlint --to $(git rev-parse HEAD) -V
44
semantic-release:
45
46
47
48
49
- - run:
50
- name: Setup NPM
51
- command: |-
52
- echo $'@contentful:registry=https://registry.npmjs.org/
53
- //registry.npmjs.org/:_authToken=${NPM_TOKEN}' >> ~/.npmrc
+ - *setup-npm
54
- run:
55
name: npm ci
56
command: npm ci
0 commit comments