Skip to content

Commit

Permalink
feat: 🎸 added new features
Browse files Browse the repository at this point in the history
  • Loading branch information
ADMSK\AVROGAL1 committed Feb 25, 2021
1 parent b4cc051 commit a944452
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .huskyrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hooks": {
"prepare-commit-msg": "git cz --hook --non-interactive --type=feat --subject=\"added new features\" || true",
"pre-commit": "pretty-quick --staged --pattern '!test/tests/lint/**' && lint-staged"
"pre-commit": "npm run pretty && npm run lint:staged && npm run all"
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"start:action": "npm run prepare && node dist/index.js",
"lint": "eslint --cache --fix --quiet --format codeframe --ext js .",
"lint:staged": "lint-staged --no-stash --allow-empty",
"pretty": "pretty-quick --staged --pattern '!test/tests/lint/**'",
"semantic-release": "semantic-release",
"commit": "git-cz",
"test:folio": "folio tests/spec/",
Expand Down

0 comments on commit a944452

Please sign in to comment.