Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Feb 16, 2018
1 parent 9b7047d commit 0b0058c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion template/package.json
Expand Up @@ -11,7 +11,7 @@
"renderer": "poi",<% } else if (bundler ==='parcel') { %>
"build": "parcel build src/index.html --target electron -d app/renderer --public-url ./",
"renderer": "parcel src/index.html --target electron --port 4000",<% } %>
"dev": "run-p main renderer -r"<% } %>,
"dev": "run-p renderer main -r"<% } %>,
"main": "electron app/index.js"<% if (distribute) { %>,
"dist": "build"<% } %>
},<% if (distribute) { %>
Expand Down
2 changes: 1 addition & 1 deletion test/snapshots/test.js.md
Expand Up @@ -56,7 +56,7 @@ Generated by [AVA](https://ava.li).
"test": "echo lol",␊
"build": "parcel build src/index.html --target electron -d app/renderer --public-url ./",␊
"renderer": "parcel src/index.html --target electron --port 4000",␊
"dev": "run-p main renderer -r",␊
"dev": "run-p renderer main -r",␊
"main": "electron app/index.js",␊
"dist": "build"␊
},␊
Expand Down
Binary file modified test/snapshots/test.js.snap
Binary file not shown.

0 comments on commit 0b0058c

Please sign in to comment.