Skip to content

Commit 894a987

Browse files
author
pseudocode88
committed
Add build command to package.json
1 parent b5856a9 commit 894a987

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"crypto"
99
],
1010
"scripts": {
11-
"start": "electron ."
11+
"start": "electron .",
12+
"build": "electron-forge package"
1213
},
1314
"author": "pseudocode88",
1415
"license": "ISC",
@@ -27,4 +28,4 @@
2728
]
2829
}
2930
}
30-
}
31+
}

0 commit comments

Comments
 (0)