Skip to content

Commit b80de4e

Browse files
committed
fix(examples): remove package-lock.json from examples repo
This should allow to update base `ydb-sdk` package every time it is updated.
1 parent 4705246 commit b80de4e

File tree

3 files changed

+2
-2029
lines changed

3 files changed

+2
-2029
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Build library
4848
run: npm run build:lib
4949
- name: Prepare examples build
50-
run: npm link && cd examples && npm ci && npm link ydb-sdk && cd ..
50+
run: npm link && cd examples && npm i && npm link ydb-sdk && cd ..
5151
- name: Build examples
5252
run: npm run build:examples
5353
- name: Run tests

examples/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock.json

0 commit comments

Comments
 (0)