Skip to content

Commit b029d91

Browse files
committed
chore: try to link the dependencies via lerna after install
1 parent 957e3e6 commit b029d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: npm i -G npm@latest
4040
-
4141
name: Install Dependencies
42-
run: npm install
42+
run: npm install && npx lerna link convert
4343
-
4444
name: Run Tests
4545
run: npm test

0 commit comments

Comments
 (0)