🐛 Rename updateTypebot script function to updateWorkspace

This commit is contained in:
Baptiste Arnaud 2024-11-30 17:31:56 +01:00
parent a7a15fd4d5
commit ecb1056efa
No known key found for this signature in database
3 changed files with 3 additions and 11 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -2,7 +2,7 @@ import * as p from "@clack/prompts";
import prisma from "@typebot.io/prisma";
import { promptAndSetEnvironment } from "./utils";
const updateTypebot = async () => {
const updateWorkspace = async () => {
await promptAndSetEnvironment("production");
const workspaceId = (await p.text({
@ -21,4 +21,4 @@ const updateTypebot = async () => {
console.log(workspace);
};
updateTypebot();
updateWorkspace();

View File

@ -1,6 +1,6 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
# bun ./bun.lockb --hash: 7BCA8021947EDE9C-899df0ad79e973f8-988F4AD85AA7D3FE-44f2ba2fd08be190
# bun ./bun.lockb --hash: 55707E0FCF02C757-66038487a2747c44-F57F0212C19836AC-74e443877060b017
"@ai-sdk/anthropic@0.0.30":
@ -5454,14 +5454,6 @@
"@typebot.io/blocks-core" "packages/blocks/core"
"@typebot.io/zod" "packages/zod"
"@typebot.io/hackernews-block@packages/forge/blocks/hackernews":
version "workspace:packages/forge/blocks/hackernews"
resolved "workspace:packages/forge/blocks/hackernews"
devDependencies:
"@typebot.io/tsconfig" "packages/tsconfig"
dependencies:
"@typebot.io/forge" "packages/forge/core"
"@typebot.io/js@0.3.22":
version "0.3.22"
resolved "https://registry.npmjs.org/@typebot.io/js/-/js-0.3.22.tgz"