Skip to content

Commit

Permalink
fix: yarn electron-releases on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed Jul 18, 2023
1 parent 0c6e746 commit e7b7e1d
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:ci": "jest --ci --config=jest.json --coverage --runInBand --reporters=jest-junit",
"test:report": "jest --config=jest.json --json --bail=false --outputFile=report.json | true",
"tsc": "tsc --noEmit -p .",
"electron-releases": "NODE_OPTIONS=--unhandled-rejections=strict ts-node ./tools/fetch-releases.ts",
"electron-releases": "node --unhandled-rejections=strict -r ts-node/register ./tools/fetch-releases.ts",
"postinstall": "husky install && npm run electron-releases"
},
"keywords": [
Expand Down

0 comments on commit e7b7e1d

Please sign in to comment.