Skip to content

Commit

Permalink
install top level tools
Browse files Browse the repository at this point in the history
  • Loading branch information
John-peterson-coinbase committed Dec 4, 2024
1 parent a67a58c commit 979e8d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_langchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
with:
node-version: "18"
registry-url: "https://registry.npmjs.org"
- run: rm ../package-lock.json
- run: npm i
- 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 979e8d2

Please sign in to comment.