Skip to content

Commit e02b990

Browse files
Nitesh TiwariNitesh Tiwari
authored andcommitted
added release npm script
1 parent 9996972 commit e02b990

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

template/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
2626
"icons:android": "react-native set-icon --path ./build/icon.png",
2727
"icons:ios": "react-native set-icon --path ./build/icon.png",
28-
"package:mac": "npm run mac:build && electron-builder --publish=always"
28+
"package:mac": "npm run mac:build && electron-builder --publish=always",
29+
"release": "electron-builder --mac --windows --linux --publish always"
2930
},
3031
"publish": [
3132
{

0 commit comments

Comments
 (0)