Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code watch does not work for Typescript files #1300

Closed
srosset81 opened this issue Aug 21, 2024 · 2 comments
Closed

Code watch does not work for Typescript files #1300

srosset81 opened this issue Aug 21, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@srosset81
Copy link
Contributor

If I run yarn run watch on the @semapps/activitypub-components package, and modify a TS file, nothing happens.

If I modify a JS file, the package is rebuilt.

Any idea @Laurin-W or @mguihal ?

@srosset81 srosset81 added the bug Something isn't working label Aug 21, 2024
@mguihal
Copy link
Contributor

mguihal commented Aug 21, 2024

Hello,
Yes you need to add --ext ts,tsx,js option

It is already done here: https://github.com/assemblee-virtuelle/semapps/blob/master/src/frontend/packages/semantic-data-provider/package.json#L15

@srosset81
Copy link
Contributor Author

Thanks @mguihal ! I added the option on all packages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants