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

Commit b4befd2

Browse files
author
trazyn
committed
Add publish command
1 parent 8f174ad commit b4befd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"package-linux": "npm run build && rm -rf release && build --linux --projectDir ./dist",
1717
"package-win": "npm run build && rm -rf release && build --win --ia32 --projectDir ./dist",
1818
"dev": "concurrently --kill-others \"npm run hot-server\" \"npm run start-hot\"",
19-
"dd": "electron-builder --win --ia32 --projectDir ./dist"
19+
"dd": "electron-builder --win --ia32 --projectDir ./dist",
20+
"publish": "sh ./bin/publish.sh"
2021
},
2122
"author": {
2223
"name": "trazyn",

0 commit comments

Comments
 (0)