Fix local builds(again) (#376)
* Replace mentions of commit SHA with BID * Fix local builds * shit
This commit is contained in:
parent
78005636ad
commit
82020e16d3
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
"dist:all": "yarn build && electron-builder -mwl",
|
||||
"msft": "yarn build && electron-builder -c msft-package.json",
|
||||
"postinstall": "electron-builder install-app-deps",
|
||||
"circle:append-bid": "node resources/appendBIDToVersion"
|
||||
"circle:append-bid": "node resources/appendCommitToVersion"
|
||||
},
|
||||
"dependencies": {
|
||||
"@sentry/electron": "^2.5.4",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue