Skip to content

Commit

Permalink
rm package lock before building
Browse files Browse the repository at this point in the history
  • Loading branch information
John-peterson-coinbase committed Dec 4, 2024
1 parent bc430c4 commit a67a58c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_langchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Install, build and publish langchain
working-directory: ./cdp-langchain
run: |
rm ../package-lock.json
npm i
npm publish --provenance --access public
env:
Expand Down

0 comments on commit a67a58c

Please sign in to comment.