Skip to content

Commit

Permalink
Patch package when postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
NWYLZW committed Oct 27, 2024
1 parent f97cf50 commit 870b8b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lsp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@
"package": "bash ./build/build.sh && vsce package --yarn",
"vsce-publish": "bash ./build/build.sh && vsce publish",
"test": "mocha",
"watch": "node build.mjs --watch"
"watch": "node build.mjs --watch",
"postinstall": "patch-package"
},
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 870b8b0

Please sign in to comment.