File tree Expand file tree Collapse file tree 3 files changed +3
-40
lines changed Expand file tree Collapse file tree 3 files changed +3
-40
lines changed Original file line number Diff line number Diff line change 19
19
command : yarn build
20
20
- run :
21
21
name : test
22
- command : yarn test
22
+ command : yarn test:ci
23
23
- codecov/upload :
24
24
file : coverage/*.json
25
25
flags : frontend
37
37
- run :
38
38
name : Release new version
39
39
command : |
40
- npm set //registry.npmjs.org/:_authToken=$NPM_TOKEN
40
+ echo " //registry.npmjs.org/:_authToken=${ NPM_TOKEN}" > ~/react-forms/.npmrc
41
41
yarn release
42
42
deploy :
43
43
working_directory : ~/react-forms
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11
11
"build" : " lerna run build" ,
12
12
"vendor" : " lerna run vendor" ,
13
13
"test" : " jest --coverage" ,
14
- "test- ci" : " jest --coverage" ,
14
+ "test: ci" : " jest --coverage --runInBand " ,
15
15
"test:update" : " jest -u" ,
16
16
"release" : " semantic-release" ,
17
17
"codecov" : " codecov" ,
You can’t perform that action at this time.
0 commit comments