mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-05 21:04:43 +08:00
💚 Consistent package.json fields accross workspace
This commit is contained in:
parent
e47cffad58
commit
72e64aec00
2
.github/workflows/publish-typebot-react.yml
vendored
2
.github/workflows/publish-typebot-react.yml
vendored
@ -16,4 +16,4 @@ jobs:
|
||||
- run: bun install
|
||||
- run: bunx turbo build --filter=@typebot.io/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
|
||||
- run: cd packages/embeds/react && bunx @morlay/bunpublish
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "builder",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "dotenv -e ./.env -e ../../.env -- next dev -p 3000",
|
||||
"build": "dotenv -e ./.env -e ../../.env -- next build",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "viewer",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "dotenv -e ./.env -e ../../.env -- next dev -p 3001",
|
||||
"build": "dotenv -e ./.env -e ../../.env -- next build",
|
||||
|
||||
@ -1,7 +1,5 @@
|
||||
{
|
||||
"name": "@typebot.io/ai",
|
||||
"version": "1.0.0",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"exports": {
|
||||
|
||||
@ -1 +0,0 @@
|
||||
id: "blocks-core"
|
||||
@ -1,7 +1,5 @@
|
||||
{
|
||||
"name": "@typebot.io/lib",
|
||||
"version": "1.0.0",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"exports": {
|
||||
|
||||
@ -1,7 +1,5 @@
|
||||
{
|
||||
"name": "@typebot.io/settings",
|
||||
"version": "1.0.0",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"exports": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user