File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 39
39
- name : Install dependencies
40
40
run : yarn
41
41
42
- - name : Build packages
43
- run : yarn build
44
-
45
- - name : Lint
46
- run : yarn lint
47
-
48
- - name : Type check
49
- run : yarn typecheck
50
-
51
- - name : Test
52
- run : yarn test
42
+ - name : Validate packages
43
+ run : yarn validate
53
44
54
45
- name : Upload test coverage to Codecov
55
46
uses : codecov/codecov-action@v3
Original file line number Diff line number Diff line change 13
13
"typecheck" : " turbo run typecheck" ,
14
14
"test" : " turbo run test" ,
15
15
"clean" : " turbo run clean && rm -rf node_modules .turbo" ,
16
+ "validate" : " yarn build && run-p lint typecheck test --concurrency=100%" ,
16
17
"version-packages" : " changeset version && yarn --mode=\" update-lockfile\" " ,
17
18
"release" : " turbo run build --filter='@channel.io/*' && changeset publish" ,
18
19
"update-snapshot" : " yarn workspace @channel.io/bezier-react update-snapshot" ,
You can’t perform that action at this time.
0 commit comments