We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d0f445 commit 1026227Copy full SHA for 1026227
packages/desktop/package.json
@@ -111,7 +111,7 @@
111
"build:dev": "concurrently \"npm run build:main\" \"npm run build:renderer\"",
112
"build:dev:dist": "concurrently \"npm run build:main\" \"npm run build:renderer:prod\"",
113
"build:renderer": "webpack --config webpack/webpack.config.renderer.dev.js",
114
- "build:main": "tsc -p tsconfig.build.json && npm run copyMainEnvs",
+ "build:main": "tsc -p tsconfig.build.json",
115
"build:main:prod": "tsc -p tsconfig.build.json && npm run copyMainEnvs",
116
"build:renderer:prod": "webpack --config webpack/webpack.config.renderer.prod.js",
117
"postBuild": "node scripts/postBuild.js",
0 commit comments