mirror of
https://github.com/oxen-io/session-desktop.git
synced 2023-12-14 02:12:57 +01:00
fix windows build
This commit is contained in:
parent
fc916ce94c
commit
40372e47e0
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
"postinstall": "electron-builder install-app-deps && rimraf node_modules/dtrace-provider",
|
||||
"start": "cross-env NODE_APP_INSTANCE=$MULTI electron .",
|
||||
"start-prod": "cross-env NODE_ENV=production NODE_APP_INSTANCE=devprod$MULTI electron .",
|
||||
"grunt": "yarn clean-transpile; grunt",
|
||||
"grunt": "yarn clean-transpile && grunt",
|
||||
"grunt:dev": "yarn clean-transpile; yarn grunt dev --force",
|
||||
"generate": "yarn grunt --force",
|
||||
"build-release": "run-script-os",
|
||||
|
|
Loading…
Reference in a new issue