Skip to content

Commit

Permalink
add placeholders for build
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Nov 6, 2019
1 parent bd83383 commit 1b6f0fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"scripts": {
"start": "cross-env NODE_ENV=development electron main.js",
"startp": "cross-env NODE_ENV=production electron main.js",
"lint": "echo \"TBD\"",
"build": "echo \"TBD\"",
"test": "echo \"TBD\"",
"publish": "electron-builder --publish always",
"pack": "electron-builder --dir",
"dist": "electron-builder --publish never"
},
Expand Down

0 comments on commit 1b6f0fa

Please sign in to comment.