fix windows build

This commit is contained in:
audric 2022-01-14 16:03:57 +11:00
parent fc916ce94c
commit 40372e47e0
1 changed files with 1 additions and 1 deletions

View File

@ -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",