File tree 3 files changed +10
-7
lines changed
3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,6 @@ language: node_js
5
5
node_js :
6
6
- "10"
7
7
8
- branches :
9
- only :
10
- - master
11
-
12
-
13
8
14
9
before_install :
15
10
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.13.0
@@ -20,6 +15,7 @@ install: yarn install
20
15
21
16
script : yarn build
22
17
18
+
23
19
before_deploy :
24
20
- export FILE_TO_UPLOAD=$(ls _releases/-*.dmg)
25
21
@@ -30,3 +26,4 @@ deploy:
30
26
skip_cleanup: true
31
27
on:
32
28
tags: true
29
+ branch : master
Original file line number Diff line number Diff line change 1
1
{
2
- "scripts" : {
2
+ "version" : " 0.0.1" ,
3
+ "scripts" : {
3
4
"start" : " cd gui && yarn start" ,
4
5
"build" : " cd gui && yarn build" ,
5
6
"release" : " cd gui && yarn release" ,
8
9
},
9
10
"devDependencies" : {
10
11
"prettier" : " ^1.18.2"
11
- }
12
+ },
13
+ "dependencies" : {}
12
14
}
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
+ prettier@^1.18.2 :
6
+ version "1.18.2"
7
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea"
8
+ integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==
You can’t perform that action at this time.
0 commit comments