Skip to content

Commit 9c1a030

Browse files
committed
Chore: Dedupe tsc running twice on github actions
1 parent 317f0f5 commit 9c1a030

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/main.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,14 @@ jobs:
2222
package.json
2323
yarn.lock
2424
25-
- name: yarn install
25+
- name: yarn install & tsc
2626
run: |
2727
node --version
2828
yarn install --immutable --immutable-cache --check-cache
2929
env:
3030
CI: true
3131
FORCE_COLOR: 1
3232

33-
# TS must run before we check dependencies since otherwise our exports map points to nothing.
34-
- name: Typescript
35-
run: yarn lerna run tsc
36-
3733
- name: Eslint
3834
run: yarn eslint .
3935
- name: Validate package setup

0 commit comments

Comments
 (0)