Skip to content

Commit

Permalink
fix(packages): fix can't build all platform app
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream authored and CrazyWisdom committed Dec 27, 2019
1 parent b3d2ef3 commit 783f0d6
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 @@
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"electron:build": "vue-cli-service electron:build --platform=all",
"electron:build": "vue-cli-service electron:build --win --linux --mac",
"electron:serve": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
Expand Down

0 comments on commit 783f0d6

Please sign in to comment.