Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hrai committed Nov 11, 2024
1 parent 6d89c55 commit bdd8dd8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
#!/bin/bash

. "$(dirname "$0")/_/husky.sh"
. "$(dirname "$0")/common.sh"

yarn lint-staged
5 changes: 0 additions & 5 deletions .husky/prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
#!/bin/bash

. "$(dirname "$0")/_/husky.sh"
. "$(dirname "$0")/common.sh"

# # Bash sets the BASH environment variable, so if it is not set, then we
# # are running in a different shell, so manually run ourselves in BASH.
# if [ -z "${BASH:-}" ]; then
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"update-version:firefox": "yarn dot-json distribution/manifest_v2.json version $VER && cd distribution && mv manifest_v2.json manifest.json",
"release:firefox": "cd distribution && yarn web-ext sign --channel listed",
"release:chrome": "cd distribution && npx chrome-webstore-upload-cli@2 upload --auto-publish",
"prepare": "yarn husky install"
"prepare": "yarn husky"
},
"prettier": {
"trailingComma": "es5",
Expand Down

0 comments on commit bdd8dd8

Please sign in to comment.