Skip to content

Commit

Permalink
Merge pull request #389 from Quramy/remove_uneeded_script
Browse files Browse the repository at this point in the history
chore: Remove unneeded husky scripts
  • Loading branch information
Quramy authored Sep 12, 2024
2 parents 7b346ff + 8610a1e commit 3e724dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx pretty-quick --staged
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "",
"main": "index.js",
"scripts": {
"prepare": "husky install",
"clean": "npm run clean --workspaces && rimraf -g \"*.tsbuildinfo\"",
"bootstrap": "npm run build && npm run bootstrap --workspace examples/example-prj",
"build": "npm run build:lib && npm run build:readme",
Expand Down

0 comments on commit 3e724dd

Please sign in to comment.