Skip to content

Commit

Permalink
package.json updated
Browse files Browse the repository at this point in the history
  • Loading branch information
hknokh2 committed Apr 27, 2024
1 parent 743b0da commit 2099906
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "sfdx-data-move-utility-desktop-app",
"version": "4.4.2",
"name": "sfdmu-gui-app",
"version": "4.4.3",
"description": "SFDMU GUI App",
"scripts": {
"start": "electron --enable-transparent-visuals --disable-gpu ./js/electron-app/main.js",
"debug": "npm run build && electron --enable-transparent-visuals --disable-gpu --trace-warnings ./js/electron-app/main.js --inspect=3000",
"build": "tsc && npm run copy-templates",
"debug": "npm run build-debug && electron --enable-transparent-visuals --disable-gpu --trace-warnings ./js/electron-app/main.js --inspect=3000",
"copy-templates": "node ./copyFiles.js html ./src json",
"build-debug": "tsc && npm run copy-templates"
"copy-templates": "node ./copyFiles.js html ./src json"
},
"repository": "forcedotcom/SFDX-Data-Move-Utility-Desktop-App",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 2099906

Please sign in to comment.