mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-03 03:00:38 +08:00
js-sdk: change ci
This commit is contained in:
parent
4414fbca43
commit
3cf6d88bff
2
.github/workflows/publish-js-sdk.yml
vendored
2
.github/workflows/publish-js-sdk.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
|
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
|
||||||
- name: Publish
|
- name: Publish
|
||||||
run: |
|
run: |
|
||||||
npm ci
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
npm publish --access public
|
npm publish --access public
|
||||||
sed -i 's/"name": "@mendable\/firecrawl-js"/"name": "@mendable\/firecrawl"/g' package.json
|
sed -i 's/"name": "@mendable\/firecrawl-js"/"name": "@mendable\/firecrawl"/g' package.json
|
||||||
|
Loading…
x
Reference in New Issue
Block a user