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

Commit

Permalink
ignore scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
John-peterson-coinbase committed Dec 4, 2024
1 parent 0f2e76d commit 596ea19
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish_langchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ jobs:
with:
node-version: "18"
registry-url: "https://registry.npmjs.org"
- run: rm ./package-lock.json
- run: npm i
- run: npm i && npm run build
- name: Install, build and publish langchain
working-directory: ./cdp-langchain
run: |
npm i
npm publish --provenance --access public
npm publish --ignore-scripts --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 596ea19

Please sign in to comment.