We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 338556c commit 4a14263Copy full SHA for 4a14263
1 file changed
package.json
@@ -16,7 +16,6 @@
16
"build:image": "sharp resize 1024 1024 --input node_modules/@idleberg/applescript-svg-icon/src/applescript.svg --output resources/logo.png",
17
"dev": "npm run start",
18
"lint": "biome check",
19
- "prepare": "lefthook install",
20
"publish:ovsx": "ovsx publish --no-dependencies",
21
"publish:vsce": "vsce publish --githubBranch main --no-dependencies",
22
"start": "npm run build:code -- --watch",
@@ -358,5 +357,10 @@
358
357
"extensionDependencies": [
359
"idleberg.jxa"
360
],
+ "pnpm": {
361
+ "onlyBuiltDependencies": [
362
+ "lefthook"
363
+ ]
364
+ },
365
"packageManager": "pnpm@10.26.1+sha512.664074abc367d2c9324fdc18037097ce0a8f126034160f709928e9e9f95d98714347044e5c3164d65bd5da6c59c6be362b107546292a8eecb7999196e5ce58fa"
366
}
0 commit comments