Skip to content

Commit

Permalink
build nicht nur für linux
Browse files Browse the repository at this point in the history
  • Loading branch information
hmt committed May 10, 2020
1 parent 7bffef3 commit b40367f
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 @@ -9,7 +9,7 @@
"build": "rollup --config",
"start": "npm run build && run-s start:*",
"dev": "rollup -c && run-p dev:*",
"dist": "npm run build && electron-builder -l",
"dist": "npm run build && electron-builder",
"start:electron": "electron .",
"dev:development": "rollup --config --watch",
"dev:electron": "ELECTRON_DEV=1 electron .",
Expand Down

0 comments on commit b40367f

Please sign in to comment.