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 4705246 commit b80de4eCopy full SHA for b80de4e
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Build library
48
run: npm run build:lib
49
- name: Prepare examples build
50
- run: npm link && cd examples && npm ci && npm link ydb-sdk && cd ..
+ run: npm link && cd examples && npm i && npm link ydb-sdk && cd ..
51
- name: Build examples
52
run: npm run build:examples
53
- name: Run tests
examples/.gitignore
@@ -0,0 +1 @@
1
+package-lock.json
0 commit comments