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

Commit

Permalink
use turbo to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
John-peterson-coinbase committed Dec 4, 2024
1 parent 5509916 commit 49983c9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish_langchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,9 @@ jobs:
with:
node-version: "18"
registry-url: "https://registry.npmjs.org"
# Install dependencies in parent directory first
- run: npm ci
# Then install, build and publish in working directory
- name: Install, build and publish langchain
working-directory: ./cdp-langchain
run: |
npm ci
npm run build
npm publish --provenance --access public
npm publish --workspace=cdp-langchain --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 49983c9

Please sign in to comment.