Skip to content

Commit 540da70

Browse files
committed
ci: remove yarn install after compile
1 parent 018d43c commit 540da70

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/lind-and-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,5 @@ jobs:
2626
node-version: ${{ matrix.node-version }}
2727
- run: yarn
2828
- run: yarn compile
29-
# Update links.
30-
- run: yarn
31-
# Must be ran after compile, because of `import/no-unresolved`
3229
- run: yarn lint
3330
- run: yarn test

0 commit comments

Comments
 (0)