File tree Expand file tree Collapse file tree 2 files changed +33
-2
lines changed Expand file tree Collapse file tree 2 files changed +33
-2
lines changed Original file line number Diff line number Diff line change
1
+ version : {build}
2
+
3
+ branches :
4
+ only :
5
+ - master
6
+
7
+ image : Visual Studio 2017
8
+
9
+ platform :
10
+ - x64
11
+
12
+ cache :
13
+ - node_modules
14
+ - ' %APPDATA%\npm-cache'
15
+ - ' %USERPROFILE%\.electron'
16
+ - ' %USERPROFILE%\AppData\Local\Yarn\cache'
17
+
18
+ init :
19
+ - git config --global core.autocrlf input
20
+
21
+ install :
22
+ - ps : Install-Product node 10 x64
23
+ - git reset --hard HEAD
24
+ - yarn
25
+ - node --version
26
+
27
+ build_script :
28
+ - yarn build
29
+ - yarn run publish
30
+
31
+ test : off
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " folder-explorer" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"lint" : " vue-cli-service lint" ,
7
7
"build" : " vue-cli-service electron:build" ,
8
8
"dev" : " vue-cli-service electron:serve" ,
9
9
"postinstall" : " electron-builder install-app-deps" ,
10
10
"postuninstall" : " electron-builder install-app-deps" ,
11
- "publish" : " electron-builder --publish always " ,
11
+ "publish" : " electron-builder --publish onTagOrDraft " ,
12
12
"electron:generate-icons" : " electron-icon-builder --input=./public/icon.png --output=build --flatten"
13
13
},
14
14
"main" : " background.js" ,
You can’t perform that action at this time.
0 commit comments