Skip to content

Commit

Permalink
build: install submodules before building
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Jun 16, 2023
1 parent 9ab1459 commit 6a4aa0c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
"url": "https://github.com/electron/node-minidump/issues"
},
"scripts": {
"test": "mocha test && standard",
"prepublishOnly": "shx chmod -R +x ./bin",
"preinstall": "node build.js"
"preinstall": "yarn submodule && node build.js",
"submodule": "git submodule update --init --recursive",
"test": "mocha test && standard"
},
"devDependencies": {
"electron-download": "^3.0.1",
Expand Down

0 comments on commit 6a4aa0c

Please sign in to comment.