Skip to content

Commit

Permalink
fix: remove package-lock file from typescript example [] (#8907)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjolton-contentful authored Sep 17, 2024
1 parent ccc3295 commit 7bf93c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29,870 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
- checkout
- run:
name: Install dependencies
command: cd examples/typescript && npm ci
command: cd examples/typescript && npm i
- run:
name: Build
command: cd examples/typescript && npm run build
Expand Down
Loading

0 comments on commit 7bf93c2

Please sign in to comment.