Skip to content

Commit

Permalink
chore: disabeld publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
cangzhang committed Apr 12, 2020
1 parent ea11b62 commit 69ab470
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 @@ -15,7 +15,7 @@
"scripts": {
"build": "yarn build-react && yarn dist",
"build-react": "node scripts/build.js",
"dist": "electron-builder --win --x64",
"dist": "electron-builder --win --x64 -p never",
"postinstall": "electron-builder install-app-deps",
"lint": "eslint --fix",
"pack": "electron-builder --dir",
Expand Down

0 comments on commit 69ab470

Please sign in to comment.