Skip to content

Commit

Permalink
ci: add submodule update to preinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
telesoho committed Aug 18, 2024
1 parent 1de6763 commit 17e7e34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"scripts": {
"publish": "npx vsce publish",
"vscode:prepublish": "npm run compile",
"preinstall": "git submodule update -i -r",
"prettier": "npx prettier -w .",
"compile": "npm run lint && tsc -p ./",
"watch": "tsc -watch -p ./",
Expand Down

0 comments on commit 17e7e34

Please sign in to comment.