Skip to content

Commit

Permalink
build: install submodules before building (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Jun 16, 2023
1 parent 9ab1459 commit 4be7737
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
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 4be7737

Please sign in to comment.