Skip to content

Commit

Permalink
Remove prepare.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Dec 12, 2024
1 parent 996f0b4 commit b4503c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@
"vite:compile": "vite build --config vite.main.config.ts && vite build --config vite.preload.config.ts",
"vite:types": "vite build --config vite.types.config.ts && node scripts/prepareTypes.js",
"release:types": "node scripts/releaseTypes.js",
"update:frontend": "node scripts/updateFrontend.js",
"prepare": "husky"
"update:frontend": "node scripts/updateFrontend.js"
},
"devDependencies": {
"@electron/fuses": "^1.8.0",
Expand Down

0 comments on commit b4503c4

Please sign in to comment.