Skip to content

Commit 4a14263

Browse files
committed
chore: remove prepare script
1 parent 338556c commit 4a14263

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"build:image": "sharp resize 1024 1024 --input node_modules/@idleberg/applescript-svg-icon/src/applescript.svg --output resources/logo.png",
1717
"dev": "npm run start",
1818
"lint": "biome check",
19-
"prepare": "lefthook install",
2019
"publish:ovsx": "ovsx publish --no-dependencies",
2120
"publish:vsce": "vsce publish --githubBranch main --no-dependencies",
2221
"start": "npm run build:code -- --watch",
@@ -358,5 +357,10 @@
358357
"extensionDependencies": [
359358
"idleberg.jxa"
360359
],
360+
"pnpm": {
361+
"onlyBuiltDependencies": [
362+
"lefthook"
363+
]
364+
},
361365
"packageManager": "pnpm@10.26.1+sha512.664074abc367d2c9324fdc18037097ce0a8f126034160f709928e9e9f95d98714347044e5c3164d65bd5da6c59c6be362b107546292a8eecb7999196e5ce58fa"
362366
}

0 commit comments

Comments
 (0)