Skip to content

Commit

Permalink
chore(commitizen): drop hook on commit in favor of a command (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
100terres committed Aug 22, 2022
1 parent 03a99da commit 9f951df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
9 changes: 0 additions & 9 deletions .husky/prepare-commit-msg

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -37,6 +37,7 @@
"prettier_target": "*.{js,jsx,ts,tsx,md,json} src/**/*.{js,jsx,ts,tsx,md,json} test/**/*.{js,jsx,ts,tsx,md,json} docs/**/*.{js,jsx,ts,tsx,md,json} stories/**/*.{js,jsx,ts,tsx,md,json} cypress/**/*.{js,jsx,ts,tsx,md,json} csp-server/**/*.{js,jsx,ts,tsx,md,json}"
},
"scripts": {
"commit": "cz",
"chromatic": "chromatic --project-token=f92123f238de",
"prepare": "husky install",
"release": "cross-env SKIP_PREPARE_COMMIT_MSG=true release-it",
Expand Down

0 comments on commit 9f951df

Please sign in to comment.