Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
feat(build): dist now always trys to build for all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasse Küchler committed Dec 15, 2017
1 parent cfb4f86 commit f14ff6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"npm run build-lsg && concurrently \"npm run build-lsg -- -w\" \"patternplate start\"",
"clean": "rm -rf build && rm -rf dist",
"clean-build": "npm run clean && npm run build",
"dist": "npm run clean-build && electron-builder"
"dist": "npm run clean-build && electron-builder -mwl"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f14ff6e

Please sign in to comment.