Skip to content

Commit db3dfdd

Browse files
authored
1 parent 1391f8e commit db3dfdd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"scripts": {
1010
"contributor": "git-contributor",
11-
"test": "node test.js",
11+
"test": "node test.js && find-duplicated-property-keys -s package.json",
1212
"ci": "npm run lint:commit && npm test",
1313
"semantic-release": "semantic-release",
1414
"lint:commit": "git log -1 --pretty=format:\"%s\" | commitlint"
@@ -873,6 +873,7 @@
873873
"@commitlint/config-angular": "^9.0.1",
874874
"@semantic-release/changelog": "^3.0.2",
875875
"egg-ci": "^1.15.0",
876+
"find-duplicated-property-keys": "^1.2.7",
876877
"git-contributor": "^1.0.10",
877878
"husky": "^4.2.5",
878879
"semantic-release": "^17.3.9"

0 commit comments

Comments
 (0)