File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 15
15
- uses : bahmutov/npm-install@v1
16
16
17
17
- run : yarn build
18
+ - run : yarn build:es
19
+ - run : yarn build:all
18
20
19
21
- name : Cypress dependencies
20
22
uses : cypress-io/github-action@v2
Original file line number Diff line number Diff line change 22
22
node-version : ${{ matrix.node-version }}
23
23
- uses : bahmutov/npm-install@v1
24
24
- run : yarn build
25
+ - run : yarn build:es
26
+ - run : yarn build:all
25
27
- run : yarn lint
26
28
- run : yarn test --coverage --testTimeout 20000
27
29
env : { CI: 1 }
Original file line number Diff line number Diff line change 18
18
"scripts" : {
19
19
"exec:all" : " lerna exec" ,
20
20
"run:all" : " lerna run --stream" ,
21
- "build" : " lerna run build && yarn build:es" ,
22
- "build:es" : " lerna run build:es" ,
21
+ "build" : " tsc -b ./app-config-*/tsconfig.json" ,
22
+ "build:es" : " tsc -b ./app-config-*/tsconfig.es.json" ,
23
+ "build:all" : " lerna run build" ,
23
24
"clean" : " yarn run:all clean" ,
24
25
"test" : " lerna run test -- --passWithNoTests" ,
25
26
"lint" : " yarn run:all lint" ,
You can’t perform that action at this time.
0 commit comments