Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ikoenigsknecht committed Sep 26, 2024
1 parent b4d99a5 commit 1566bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"build:dev": "concurrently \"npm run build:main\" \"npm run build:renderer\"",
"build:dev:dist": "concurrently \"npm run build:main\" \"npm run build:renderer:prod\"",
"build:renderer": "webpack --config webpack/webpack.config.renderer.dev.js",
"build:main": "tsc -p tsconfig.build.json --verbose && npm run copyMainEnvs",
"build:main": "tsc -p tsconfig.build.json --verbose",
"build:main:prod": "tsc -p tsconfig.build.json && npm run copyMainEnvs",
"build:renderer:prod": "webpack --config webpack/webpack.config.renderer.prod.js",
"postBuild": "node scripts/postBuild.js",
Expand Down

0 comments on commit 1566bbc

Please sign in to comment.