Skip to content

Commit

Permalink
修改构建配置
Browse files Browse the repository at this point in the history
  • Loading branch information
sunzongzheng committed Oct 31, 2017
1 parent 38596e7 commit b552cd6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file removed dist/electron/.gitkeep
Empty file.
Empty file removed dist/web/.gitkeep
Empty file.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"unit": "karma start test/unit/karma.conf.js",
"postinstall": "npm run lint:fix",
"iconfont": "./.electron-vue/iconfont.js",
"build:normal": "electron-builder --publish onTagOrDraft",
"build:win": "electron-builder --win --publish onTagOrDraft"
"build:normal": "node .electron-vue/build.js && electron-builder --publish onTagOrDraft",
"build:win": "node .electron-vue/build.js &&electron-builder --win --publish onTagOrDraft"
},
"build": {
"productName": "player",
Expand Down

0 comments on commit b552cd6

Please sign in to comment.