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 1391f8e commit db3dfddCopy full SHA for db3dfdd
package.json
@@ -8,7 +8,7 @@
8
],
9
"scripts": {
10
"contributor": "git-contributor",
11
- "test": "node test.js",
+ "test": "node test.js && find-duplicated-property-keys -s package.json",
12
"ci": "npm run lint:commit && npm test",
13
"semantic-release": "semantic-release",
14
"lint:commit": "git log -1 --pretty=format:\"%s\" | commitlint"
@@ -873,6 +873,7 @@
873
"@commitlint/config-angular": "^9.0.1",
874
"@semantic-release/changelog": "^3.0.2",
875
"egg-ci": "^1.15.0",
876
+ "find-duplicated-property-keys": "^1.2.7",
877
"git-contributor": "^1.0.10",
878
"husky": "^4.2.5",
879
"semantic-release": "^17.3.9"
0 commit comments