File tree Expand file tree Collapse file tree 1 file changed +18
-17
lines changed Expand file tree Collapse file tree 1 file changed +18
-17
lines changed Original file line number Diff line number Diff line change 9
9
"start-dev" : " set ELECTRON_DEVELOP=1 && npm run webpack && electron ." ,
10
10
"webpack" : " webpack --mode production" ,
11
11
"webpack-w" : " webpack --mode development -w" ,
12
- "build" : " npm run clean && npm run webpack && build" ,
12
+ "build" : " npm run clean && npm run webpack && build -p never" ,
13
+ "release" : " npm run clean && npm run webpack && build -p always" ,
13
14
"clean" : " npm run clean-build && npm run clean-webpack" ,
14
15
"clean-webpack" : " rm -rf ./dist" ,
15
16
"clean-build" : " rm -rf ./build" ,
78
79
"appId" : " com.electron.optimus" ,
79
80
"productName" : " optimus" ,
80
81
"directories" : {
81
- "output" : " build/"
82
+ "output" : " build/"
82
83
},
83
84
"files" : [
84
- " node_modules/" ,
85
- " dist/" ,
86
- " renderer/" ,
87
- " resources/" ,
88
- " utils/" ,
89
- " Connection.js" ,
90
- " main.js" ,
91
- " config.js" ,
92
- " package.json"
85
+ " node_modules/" ,
86
+ " dist/" ,
87
+ " renderer/" ,
88
+ " resources/" ,
89
+ " utils/" ,
90
+ " Connection.js" ,
91
+ " main.js" ,
92
+ " config.js" ,
93
+ " package.json"
93
94
],
94
95
"win" : {
95
96
"icon" : " resources/icon.png" ,
98
99
]
99
100
},
100
101
"publish" : [
101
- {
102
- "provider" : " github" ,
103
- "owner" : " Anechasun" ,
104
- "repo" : " optimus-postgresql.git "
105
- }
106
- ]
102
+ {
103
+ "provider" : " github" ,
104
+ "owner" : " Anechasun" ,
105
+ "repo" : " optimus-postgresql"
106
+ }
107
+ ]
107
108
}
108
109
}
You can’t perform that action at this time.
0 commit comments