Skip to content

Commit

Permalink
build: do initial fetch of releases in postinstall script (#1353)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored May 10, 2023
1 parent ece717f commit fbb7e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test:report": "jest --config=jest.json --json --bail=false --outputFile=report.json | true",
"tsc": "tsc --noEmit -p .",
"electron-releases": "node --unhandled-rejections=strict ./tools/fetch-releases.js",
"postinstall": "husky install"
"postinstall": "husky install && npm run electron-releases"
},
"keywords": [
"Electron",
Expand Down

0 comments on commit fbb7e33

Please sign in to comment.