We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94cad45 commit 7427054Copy full SHA for 7427054
.github/workflows/ci.yml
@@ -47,7 +47,8 @@ jobs:
47
- run: ${{ matrix.install-cmd }}
48
- run: npm run build
49
- run: npm test
50
- - run: cd examples/logger && ${{ matrix.install-cmd }} && npm run build
+ - run: cd examples/logger && npm install && npm run build
51
+ if: ${{ matrix.install-cmd == 'npm install' }} # because of linked local dependency @logtail/next: file:../..
52
53
publish:
54
name: Publish
0 commit comments