Skip to content

Commit

Permalink
ignore build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
konsumer committed Nov 23, 2015
1 parent 9df612d commit bb92340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
node_modules
*.log
build
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"scripts": {
"start": "nwbuild -v 0.12.3 -r app",
"build": "nwbuild -v 0.12.3 app"
"build": "nwbuild -v 0.12.3 -p win32,win64,osx64,linux32,linux64 app"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit bb92340

Please # to comment.