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 99 "start-dev" : " set ELECTRON_DEVELOP=1 && npm run webpack && electron ." ,
1010 "webpack" : " webpack --mode production" ,
1111 "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" ,
1314 "clean" : " npm run clean-build && npm run clean-webpack" ,
1415 "clean-webpack" : " rm -rf ./dist" ,
1516 "clean-build" : " rm -rf ./build" ,
7879 "appId" : " com.electron.optimus" ,
7980 "productName" : " optimus" ,
8081 "directories" : {
81- "output" : " build/"
82+ "output" : " build/"
8283 },
8384 "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"
9394 ],
9495 "win" : {
9596 "icon" : " resources/icon.png" ,
9899 ]
99100 },
100101 "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+ ]
107108 }
108109}
You can’t perform that action at this time.
0 commit comments