Skip to content

Commit

Permalink
chore: publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
twlite committed Aug 19, 2021
1 parent 42f4e71 commit 7129d56
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 @@ -11,7 +11,7 @@
"electron": "electron .",
"dev": "concurrently \"npm start\" \"wait-on http://localhost:3000 && electron .\"",
"format": "prettier --write src/**/* public/**/* environments/**/*",
"app:publish": "npm run app:build --publish=always",
"app:publish": "rimraf build && npm run build && rimraf builds/app && electron-builder --config=builder.js --publish=always",
"app:build": "rimraf build && npm run build && rimraf builds/app && electron-builder --config=builder.js"
},
"browserslist": {
Expand Down

0 comments on commit 7129d56

Please sign in to comment.