Skip to content

Commit b79ba35

Browse files
authored
Merge pull request #405 from hanazuki/ci-example-without-lock
CI: run examples without locked dependency
2 parents 0118fcd + e35b902 commit b79ba35

3 files changed

Lines changed: 1 addition & 603 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
cache: npm
4141
cache-dependency-path: |
4242
package-lock.json
43-
example/package-lock.json
4443
- name: Setup corepack
4544
run: |
4645
corepack enable npm

example/.gitignore

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

0 commit comments

Comments
 (0)