Skip to content

Fix twenty-emails not being built during install #4013

Closed
@FelixMalfait

Description

@FelixMalfait

A lot of similar reports on Discord:

Screenshot 2024-02-16 at 15 19 11 Screenshot 2024-02-16 at 15 19 32 Screenshot 2024-02-16 at 15 19 58 Screenshot 2024-02-16 at 15 20 31

13 import { PasswordUpdateNotifyEmail } from 'twenty-emails';
~~~~~~~~~~~~~~~
src/core/auth/services/token.service.ts:22:40 - error TS2307: Cannot find module 'twenty-emails' or its corresponding type declarations.
22 import { PasswordResetLinkEmail } from 'twenty-emails';
~~~~~~~~~~~~~~~
src/workspace/workspace-cleaner/crons/clean-inactive-workspace.job.ts:9:8 - error TS2307: Cannot find module 'twenty-emails' or its corresponding type declarations.
9 } from 'twenty-emails';

Activity

FelixMalfait

FelixMalfait commented on Feb 16, 2024

@FelixMalfait
MemberAuthor

yarn nx run twenty-emails:build should fix the issue for now but it's not a sustainable solution

self-assigned this
on Feb 19, 2024
moved this from 🆕 New to 🔖 Planned in 🎯 Roadmap & Sprintson Feb 19, 2024
moved this from 🔖 Planned to 🏗 In progress in 🎯 Roadmap & Sprintson Feb 19, 2024
added a commit that references this issue on Feb 19, 2024
3810304
moved this from 🏗 In progress to 👀 In review in 🎯 Roadmap & Sprintson Feb 19, 2024
added a commit that references this issue on Feb 20, 2024
ec20117
moved this from 👀 In review to ✅ Done in 🎯 Roadmap & Sprintson Feb 20, 2024
added a commit that references this issue on Mar 6, 2024
04030b3

1 remaining item

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

  • Status

    ✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Fix twenty-emails not being built during install · Issue #4013 · twentyhq/twenty