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 b9d40af commit 0f1180eCopy full SHA for 0f1180e
.github/workflows/tests.yml
@@ -26,6 +26,8 @@ jobs:
26
with:
27
node-version: ${{ matrix.node-version }}
28
cache: 'npm'
29
+ - run: git submodule update --init --recursive
30
- run: npm ci
31
+ - run: npm run generate
32
- run: npm run compile
33
- run: npm test
0 commit comments