mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-13 21:02:56 +08:00
🐛 Rename updateTypebot script function to updateWorkspace
This commit is contained in:
parent
a7a15fd4d5
commit
ecb1056efa
@ -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();
|
||||
|
||||
10
yarn.lock
10
yarn.lock
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user