-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
👷 Update npm authentication in publish workflows
- Loading branch information
1 parent
10750f5
commit 230b026
Showing
6 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,5 @@ jobs: | |
- uses: oven-sh/setup-bun@v2 | ||
- run: bun install | ||
- run: bunx turbo build [email protected]/js... | ||
- run: bun run npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN | ||
- run: cd packages/embeds/js && bun run npm publish --no-git-checks --access public |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,5 @@ jobs: | |
- uses: oven-sh/setup-bun@v2 | ||
- run: bun install | ||
- run: bunx turbo build [email protected]/nextjs... | ||
- run: bun run npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN | ||
- run: cd packages/embeds/nextjs && bun run npm publish --no-git-checks --access public |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,5 @@ jobs: | |
- uses: oven-sh/setup-bun@v2 | ||
- run: bun install | ||
- run: bunx turbo build [email protected]/react... | ||
- run: bun run npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN | ||
- run: cd packages/embeds/react && bun run npm publish --no-git-checks --access public |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.