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 58d1635 commit 77d036dCopy full SHA for 77d036d
1 file changed
.github/workflows/build.yml
@@ -14,6 +14,6 @@ jobs:
14
node-version: ${{ matrix.node-version }}
15
- run: npm ci --prefer-offline --no-audit --no-update-notifier
16
- run: npm run lint
17
- - run: npm run test
18
- run: npm run build
19
- - run: npm run test:lib
+ - run: npm run test
+ - run: npm run test:dist
0 commit comments