File tree 3 files changed +10
-12
lines changed
3 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ branches:
14
14
- master
15
15
16
16
install :
17
- - npm install
17
+ - yarn install
18
18
19
19
script :
20
- - npm test
21
- - npm run dist
20
+ - yarn test
21
+ - yanr build
Original file line number Diff line number Diff line change @@ -7,15 +7,14 @@ branches:
7
7
environment :
8
8
nodejs_version : " 7"
9
9
10
- install :
11
- - npm install
12
-
13
10
platform :
14
- - x86
15
11
- x64
16
12
13
+ install :
14
+ - yarn install
15
+
17
16
test_script :
18
- - npm test
17
+ - yarn test
19
18
20
19
build_script :
21
- - npm run dist
20
+ - yarn build
Original file line number Diff line number Diff line change 19
19
},
20
20
"scripts" : {
21
21
"electron" : " electron ." ,
22
- "pack" : " build --dir" ,
23
- "dist" : " build -p never" ,
24
- "test" : " mocha"
22
+ "test" : " mocha" ,
23
+ "build" : " build -p never"
25
24
},
26
25
"build" : {
27
26
"appId" : " br.art.multisolution.runrunitplus" ,
You can’t perform that action at this time.
0 commit comments