Skip to content

Commit

Permalink
Remove husky
Browse files Browse the repository at this point in the history
  • Loading branch information
firefoxic committed Aug 19, 2024
1 parent a480fe9 commit 8d10352
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
3 changes: 1 addition & 2 deletions .husky/pre-commit → .git-hooks/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/sh
git stash -ku

trap "git stash pop" EXIT

pnpm test
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"svgo": "^3.3.2"
},
"scripts": {
"prepare": "husky",
"prepare": "git config core.hooksPath .git-hooks || echo 'Not in a git repo'",
"lint": "eslint",
"pretest": "pnpm lint",
"test": "node --test",
Expand All @@ -49,8 +49,7 @@
"devDependencies": {
"@firefoxic/eslint-config": "^3.0.0",
"@firefoxic/update-changelog": "^0.2.0",
"eslint": "^9.9.0",
"husky": "^9.1.4"
"eslint": "^9.9.0"
},
"keywords": [
"conjure",
Expand Down
10 changes: 0 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8d10352

Please sign in to comment.