Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
John-peterson-coinbase committed Dec 4, 2024
1 parent 979e8d2 commit e873f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_langchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: "18"
registry-url: "https://registry.npmjs.org"
- run: rm ../package-lock.json
- run: rm ./package-lock.json
- run: npm i
- name: Install, build and publish langchain
working-directory: ./cdp-langchain
Expand Down

0 comments on commit e873f60

Please sign in to comment.