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 275598a commit d34f725Copy full SHA for d34f725
.github/workflows/ci.yml
@@ -46,10 +46,8 @@ jobs:
46
run: npm ci
47
- name: Build library
48
run: npm run build
49
- - name: Prepare examples build
50
- run: npm link && cd examples && npm i && npm link ydb-sdk && cd ..
51
- name: Build examples
52
- run: cd examples && npm run build
+ run: npm link && cd examples && npm i && npm link ydb-sdk && npm run build
53
- name: Run tests
54
run: npm run test:all
55
env:
0 commit comments