Skip to content

Commit 38fafe9

Browse files
committed
chore: update ci
1 parent 8ee5d31 commit 38fafe9

File tree

3 files changed

+2
-41
lines changed

3 files changed

+2
-41
lines changed

.circleci/config.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,11 @@ jobs:
4242
name: NPM Rebuild
4343
command: npm install
4444
- run:
45-
name: Run linting.
45+
name: Run Linting
4646
command: npm run lint
4747
- run:
48-
name: Run NSP Security Check.
48+
name: Run Security Check
4949
command: npm run security
50-
- run:
51-
name: Validate Commit Messages
52-
command: npm run ci:lint:commits
5350
workflows:
5451
version: 2
5552
validate:

commitlint.config.js

-32
This file was deleted.

package.json

-4
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@
1818
},
1919
"scripts": {
2020
"ci:coverage": "nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov",
21-
"ci:lint": "npm run lint && npm run security",
22-
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
2321
"ci:test": "npm run test",
24-
"commitlint": "commitlint",
25-
"commitmsg": "commitlint -e $GIT_PARAMS",
2622
"lint": "eslint lib test --fix --cache",
2723
"lint-staged": "lint-staged",
2824
"security": "npm audit --audit-level=moderate",

0 commit comments

Comments
 (0)