💚 Consistent package.json fields accross workspace

This commit is contained in:
Baptiste Arnaud 2024-10-08 10:54:37 +02:00
parent e47cffad58
commit 72e64aec00
No known key found for this signature in database
8 changed files with 3 additions and 9 deletions

View File

@ -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

View File

@ -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",

View File

@ -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",

BIN
bun.lockb

Binary file not shown.

View File

@ -1,7 +1,5 @@
{
"name": "@typebot.io/ai",
"version": "1.0.0",
"license": "AGPL-3.0-or-later",
"private": true,
"type": "module",
"exports": {

View File

@ -1 +0,0 @@
id: "blocks-core"

View File

@ -1,7 +1,5 @@
{
"name": "@typebot.io/lib",
"version": "1.0.0",
"license": "AGPL-3.0-or-later",
"private": true,
"type": "module",
"exports": {

View File

@ -1,7 +1,5 @@
{
"name": "@typebot.io/settings",
"version": "1.0.0",
"license": "AGPL-3.0-or-later",
"type": "module",
"private": true,
"exports": {