Skip to content

Commit 59ef4dc

Browse files
committed
update package.json
1 parent a7c667d commit 59ef4dc

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

package.json

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
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",
@@ -78,18 +79,18 @@
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",
@@ -98,11 +99,11 @@
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
}

0 commit comments

Comments
 (0)