Skip to content

Commit 4b015f8

Browse files
committed
Changing nut.yml to use npm start and removing unnecessary npm run gui
As requested in #123 Signed-off-by: Alax Alves <[email protected]>
1 parent 53c11b5 commit 4b015f8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

nut.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ macros:
1717
run:
1818
actions:
1919
- npm install
20-
- npm run build
21-
- npm run gui
20+
- npm start
2221

2322
reload:
2423
actions:

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"main": "main/main.js",
66
"scripts": {
77
"build": "gulp build",
8-
"gui": "electron .",
98
"start": "gulp build && electron .",
109
"pack": "gulp build && build --dir",
1110
"dist": "gulp build && build -mwl --x64"

0 commit comments

Comments
 (0)