Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
Add publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
trazyn committed Jul 24, 2018
1 parent 8f174ad commit b4befd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"package-linux": "npm run build && rm -rf release && build --linux --projectDir ./dist",
"package-win": "npm run build && rm -rf release && build --win --ia32 --projectDir ./dist",
"dev": "concurrently --kill-others \"npm run hot-server\" \"npm run start-hot\"",
"dd": "electron-builder --win --ia32 --projectDir ./dist"
"dd": "electron-builder --win --ia32 --projectDir ./dist",
"publish": "sh ./bin/publish.sh"
},
"author": {
"name": "trazyn",
Expand Down

0 comments on commit b4befd2

Please sign in to comment.