Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
publish flag
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Nov 9, 2018
1 parent 7c8ea29 commit c7dd695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"lint-styles": "stylelint app/*.css app/components/*.css --syntax scss",
"lint-styles-fix": "stylefmt -r app/*.css app/components/*.css",
"package": "yarn build && electron-builder build --publish never",
"package-all": "yarn build && electron-builder build -mwl",
"package-all": "yarn build && electron-builder build -mwl --publish always",
"package-linux": "yarn build && electron-builder build --linux",
"package-win": "yarn build && electron-builder build --win --x64",
"package-win": "yarn build && electron-builder build --win --x64 --publish onTagOrDraft",
"postinstall": "node -r babel-register internals/scripts/CheckNativeDep.js && yarn build-dll && electron-builder install-app-deps package.json",
"postlint-fix": "prettier --ignore-path .eslintignore --single-quote --write '**/*.js'",
"precommit": "lint-staged",
Expand Down

0 comments on commit c7dd695

Please sign in to comment.