Skip to content

Commit 2099906

Browse files
committed
package.json updated
1 parent 743b0da commit 2099906

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
2-
"name": "sfdx-data-move-utility-desktop-app",
3-
"version": "4.4.2",
2+
"name": "sfdmu-gui-app",
3+
"version": "4.4.3",
44
"description": "SFDMU GUI App",
55
"scripts": {
66
"start": "electron --enable-transparent-visuals --disable-gpu ./js/electron-app/main.js",
7+
"debug": "npm run build && electron --enable-transparent-visuals --disable-gpu --trace-warnings ./js/electron-app/main.js --inspect=3000",
78
"build": "tsc && npm run copy-templates",
8-
"debug": "npm run build-debug && electron --enable-transparent-visuals --disable-gpu --trace-warnings ./js/electron-app/main.js --inspect=3000",
9-
"copy-templates": "node ./copyFiles.js html ./src json",
10-
"build-debug": "tsc && npm run copy-templates"
9+
"copy-templates": "node ./copyFiles.js html ./src json"
1110
},
1211
"repository": "forcedotcom/SFDX-Data-Move-Utility-Desktop-App",
1312
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)