🐛 Attempt to fix "react not found" in ci script

related to #1910
This commit is contained in:
Baptiste Arnaud 2024-12-01 18:57:52 +01:00
parent 1a1aa3c824
commit c19d208f54
No known key found for this signature in database
6 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,7 @@ import { env } from "@typebot.io/env";
import { parseNumberWithCommas } from "@typebot.io/lib/utils";
import type { SendMailOptions } from "nodemailer";
import type { ComponentProps } from "react";
import * as React from "react";
import { Head } from "../components/Head";
import { HeroImage } from "../components/HeroImage";
import { Text } from "../components/Text";

View File

@ -5,6 +5,7 @@ import {
MjmlSection,
MjmlSpacer,
} from "@faire/mjml-react";
import * as React from "react";
import { Button } from "../components/Button";
import { Head } from "../components/Head";
import { Text } from "../components/Text";

View File

@ -9,6 +9,7 @@ import { render } from "@faire/mjml-react/utils/render";
import { env } from "@typebot.io/env";
import type { SendMailOptions } from "nodemailer";
import type { ComponentProps } from "react";
import * as React from "react";
import { Button } from "../components/Button";
import { Head } from "../components/Head";
import { HeroImage } from "../components/HeroImage";

View File

@ -9,6 +9,7 @@ import { render } from "@faire/mjml-react/utils/render";
import { env } from "@typebot.io/env";
import type { SendMailOptions } from "nodemailer";
import type { ComponentProps } from "react";
import * as React from "react";
import { Button } from "../components/Button";
import { Head } from "../components/Head";
import { HeroImage } from "../components/HeroImage";

View File

@ -10,6 +10,7 @@ import { env } from "@typebot.io/env";
import { parseNumberWithCommas } from "@typebot.io/lib/utils";
import type { SendMailOptions } from "nodemailer";
import type { ComponentProps } from "react";
import * as React from "react";
import { Button } from "../components/Button";
import { Head } from "../components/Head";
import { HeroImage } from "../components/HeroImage";

View File

@ -9,6 +9,7 @@ import { render } from "@faire/mjml-react/utils/render";
import { env } from "@typebot.io/env";
import type { SendMailOptions } from "nodemailer";
import type { ComponentProps } from "react";
import * as React from "react";
import { Button } from "../components/Button";
import { Head } from "../components/Head";
import { HeroImage } from "../components/HeroImage";