Skip to content

Commit

Permalink
add publish always in script
Browse files Browse the repository at this point in the history
  • Loading branch information
wbh1328551759 committed Mar 2, 2021
1 parent ed1c62b commit 1ddc072
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 @@ -46,7 +46,7 @@
"packElectron:win": "yarn build:release:electron && electron-builder build --win",
"releaseElectron:win": "yarn build:electron && yarn clean:electronRelease && electron-builder build --win -p always",
"packElectron:linux": "yarn build:release:electron && electron-builder build --linux",
"packElectron": "yarn build:electron && yarn clean:electronRelease && electron-builder build -mwl",
"packElectron": "yarn build:electron && yarn clean:electronRelease && electron-builder build -mwl -p always",
"docs": "echo \"skipping docs\"",
"clean": "polkadot-dev-clean-build",
"clean:electronBuild": "cd packages/apps-electron && polkadot-dev-clean-build",
Expand Down

0 comments on commit 1ddc072

Please sign in to comment.