Skip to content

Commit

Permalink
updated husky prepare (#3504)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten authored Aug 14, 2024
1 parent 3618785 commit 75fb177
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn lint-staged
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@
"webpack-dev": "webpack --mode development --watch",
"webpack": "webpack --mode development",
"postinstall": "husky install",
"chrome": "yarn webpack && vscode-test-web --browserType=chromium --extensionDevelopmentPath=. ."
"chrome": "yarn webpack && vscode-test-web --browserType=chromium --extensionDevelopmentPath=. .",
"prepare": "husky"
},
"lint-staged": {
"**/*.{ts,json,md,yml,hbs,js}": [
Expand Down

0 comments on commit 75fb177

Please sign in to comment.