Skip to content

Commit

Permalink
added release npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitesh Tiwari authored and Nitesh Tiwari committed Jun 27, 2021
1 parent 9996972 commit e02b990
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"icons:android": "react-native set-icon --path ./build/icon.png",
"icons:ios": "react-native set-icon --path ./build/icon.png",
"package:mac": "npm run mac:build && electron-builder --publish=always"
"package:mac": "npm run mac:build && electron-builder --publish=always",
"release": "electron-builder --mac --windows --linux --publish always"
},
"publish": [
{
Expand Down

0 comments on commit e02b990

Please sign in to comment.