Skip to content

Commit

Permalink
Update husky config
Browse files Browse the repository at this point in the history
  • Loading branch information
jakecoble committed Sep 19, 2024
1 parent 2255d46 commit b7f4299
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

# Check if nvm is available
if command -v nvm >/dev/null 2>&1; then
# Load nvm and install/use node
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"analyze:browser": "BUNDLE_ANALYZE=browser npm run build:webpack-only",
"svgo": "svgo -f ./public/img/icons-raw -o ./public/img/icons",
"pa11y": "pa11y-ci --sitemap http://localhost:3000/sitemap-0.xml --sitemap-find https://www.audioverse.org --sitemap-replace http://localhost:3000 --sitemap-exclude 'https?:\\/\\/[\\w\\.-]+\\/(?!en)\\w\\w\\/'",
"prepare": "husky install"
"prepare": "husky"
},
"dependencies": {
"@emotion/styled": "^11.13.0",
Expand Down

0 comments on commit b7f4299

Please sign in to comment.