Skip to content

Commit 1026227

Browse files
committed
Update package.json
1 parent 5d0f445 commit 1026227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"build:dev": "concurrently \"npm run build:main\" \"npm run build:renderer\"",
112112
"build:dev:dist": "concurrently \"npm run build:main\" \"npm run build:renderer:prod\"",
113113
"build:renderer": "webpack --config webpack/webpack.config.renderer.dev.js",
114-
"build:main": "tsc -p tsconfig.build.json && npm run copyMainEnvs",
114+
"build:main": "tsc -p tsconfig.build.json",
115115
"build:main:prod": "tsc -p tsconfig.build.json && npm run copyMainEnvs",
116116
"build:renderer:prod": "webpack --config webpack/webpack.config.renderer.prod.js",
117117
"postBuild": "node scripts/postBuild.js",

0 commit comments

Comments
 (0)