Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
pack and dist task
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed Jul 4, 2016
1 parent 619d336 commit 58c3cba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
dist/
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,18 @@
"yo-yo": "^1.2.2"
},
"devDependencies": {
"electron-builder": "^5.10.5",
"electron-prebuilt": "^1.2.5"
},
"scripts": {
"start": "electron ."
"start": "electron .",
"pack": "build --dir",
"dist": "build"
},
"keywords": [],
"author": "Mikeal Rogers <[email protected]> (http://www.mikealrogers.com)",
"license": "Apache-2.0"
"license": "Apache-2.0",
"build": {
"appId": "org.nodejs.installer"
}
}

0 comments on commit 58c3cba

Please sign in to comment.