Skip to content

Commit

Permalink
changes nut.yml to use npm start and removes unnecessary npm run gui
Browse files Browse the repository at this point in the history
As requested in #123

Signed-off-by: Alax Alves <[email protected]>
  • Loading branch information
alaxalves committed May 1, 2018
1 parent 53c11b5 commit f4ca3b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions nut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ macros:
run:
actions:
- npm install
- npm run build
- npm run gui
- npm start

reload:
actions:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"main": "main/main.js",
"scripts": {
"build": "gulp build",
"gui": "electron .",
"start": "gulp build && electron .",
"pack": "gulp build && build --dir",
"dist": "gulp build && build -mwl --x64"
Expand Down

0 comments on commit f4ca3b8

Please sign in to comment.