Skip to content

Commit 77d036d

Browse files
committed
chore: fix pipeline
1 parent 58d1635 commit 77d036d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
node-version: ${{ matrix.node-version }}
1515
- run: npm ci --prefer-offline --no-audit --no-update-notifier
1616
- run: npm run lint
17-
- run: npm run test
1817
- run: npm run build
19-
- run: npm run test:lib
18+
- run: npm run test
19+
- run: npm run test:dist

0 commit comments

Comments
 (0)