Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vird committed Nov 7, 2023
1 parent 553641f commit ee70278
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"check:lint": "npx eslint .",
"check:types": "npx tsc --noEmit",
"format:renderer": "prettier --write \"renderer/**/*.{js,jsx,ts,tsx,css}\"",
"format:main": "prettier --write \"main/**/*.{js,ts}\""
"format:main": "prettier --write \"main/**/*.{js,ts}\"",
"prepare": "husky install"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit ee70278

Please sign in to comment.