|
8 | 8 | "scripts" : {
|
9 | 9 | "precommit" : "npm run --silent lint",
|
10 | 10 | "cz" : "git cz",
|
11 |
| - "commitmsg" : "conventional-changelog-lint --edit", |
12 | 11 | "release:first" : "standard-versoin --sign --first-release",
|
13 | 12 | "release:patch" : "standard-versoin --sign --release-as pathc",
|
14 | 13 | "release:minor" : "standard-versoin --sign --release-as minor",
|
15 | 14 | "release:major" : "standard-versoin --sign --release-as major",
|
16 | 15 | "release" : "standard-versoin --sign",
|
17 | 16 | "gulp" : "gulp",
|
18 |
| - "lint:commit" : "conventional-changelog-lint --from=HEAD~1", |
19 | 17 | "lint:md" : "remark .",
|
20 | 18 | "lint" : "npm-run-all --parallel --silent --continue-on-error lint:*",
|
21 | 19 | "watch:lint:md" : "chokidar \"./**/*.md\" --ignore \"node_modules/**/*\" -c \"npm run --silent lint:md\"",
|
22 | 20 | "watch:lint" : "npm-run-all --parallel --silent --continue-on-error watch:lint:*",
|
23 | 21 | "watch" : "npm-run-all --parallel --silent --continue-on-error watch:lint",
|
24 |
| - "ci:lint:commit": "conventional-changelog-lint --from=HEAD~1", |
25 | 22 | "ci:lint:md" : "remark --frail .",
|
26 | 23 | "ci:lint" : "npm-run-all --parallel --continue-on-error ci:lint:*"
|
27 | 24 | },
|
28 | 25 | "devDependencies": {
|
29 | 26 | "npm-run-all" : "~4.0.2",
|
30 | 27 | "chokidar-cli" : "~1.2.0",
|
31 | 28 | "husky" : "~0.13.3",
|
32 |
| - "conventional-changelog-lint" : "~1.1.9", |
33 |
| - "conventional-changelog-lint-config-cz": "~0.3.0", |
34 | 29 | "@whizark/cz-cli" : "~0.3.0",
|
35 | 30 | "standard-version" : "~4.0.0",
|
36 | 31 | "gulp" : "^3.9.1",
|
|
0 commit comments