diff --git a/.gitignore b/.gitignore index 37e0121..0c8aa82 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .DS_Store node_modules *.log +build diff --git a/package.json b/package.json index 6d44a09..f7bec07 100644 --- a/package.json +++ b/package.json @@ -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",