Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Aug 7, 2021
1 parent 935305e commit 20a2784
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,19 @@
"plausible",
"analytics"
],
"devDependencies": {
"release-it": "*"
},
"scripts": {
"i18n": "NODE_ENV=production node src/i18n.js",
"release": "release-it"
"i18n": "NODE_ENV=production node src/i18n.js"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@release-it/conventional-changelog": "^2.0.1",
"husky": "^6.0.0"
}
}

0 comments on commit 20a2784

Please sign in to comment.