Skip to content

Commit

Permalink
move husky to .config/.husky
Browse files Browse the repository at this point in the history
  • Loading branch information
judeallred committed Oct 7, 2023
1 parent 7dbb2da commit 554976d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion apps/sim-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"// 02": "",
"preinstall": "node scripts/preinstall.js",
"postinstall": "yarn build:utils && yarn build:engine-web",
"prepare": "cd ../.. && husky install",
"prepare": "cd ../.. && husky install .config/husky",
"all": "npx npm-run-all",
"fmt:scripts": "prettier \"scripts/**/*.{ts,tsx,js,json}\" --write",
"fmt-check:scripts": "prettier \"scripts/**/*.{ts,tsx,js,json}\" --check",
Expand Down

0 comments on commit 554976d

Please sign in to comment.