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 272485c commit b879864Copy full SHA for b879864
.github/workflows/ci.yml
@@ -18,6 +18,8 @@ jobs:
18
- run: npm ci
19
- run: npm run lint
20
- run: npm run test
21
+ - run: npm run build
22
+ - run: npm run docs:code
23
env:
24
NODE_OPTIONS: --max-old-space-size=4096
25
NO_COLOR: true
0 commit comments