We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957e3e6 commit b029d91Copy full SHA for b029d91
.github/workflows/check.yml
@@ -39,7 +39,7 @@ jobs:
39
run: npm i -G npm@latest
40
-
41
name: Install Dependencies
42
- run: npm install
+ run: npm install && npx lerna link convert
43
44
name: Run Tests
45
run: npm test
0 commit comments