Skip to content

Commit

Permalink
fix(commitlint): 📝 package and husky
Browse files Browse the repository at this point in the history
  • Loading branch information
nonodev96 committed Jul 29, 2024
1 parent ff8ec6e commit ad90072
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run dev:test
npm test
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@
},
"[css]": {
"editor.defaultFormatter": "biomejs.biome"
}
},
"conventionalCommits.scopes": [
"commitlint"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dev:react": "npm run dev --workspace=examples/react",
"dev:package": "npm run dev --workspace=packages/handsign-multilingual",
"build:package": "npm run build --workspace=packages/handsign-multilingual",
"test": "echo 1;",
"test": "",
"prepare": "husky install"
},
"version": "1.0.0",
Expand Down

0 comments on commit ad90072

Please sign in to comment.