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

chore(scripts): update start-test-server script #940

Merged

Conversation

pano9000
Copy link
Contributor

Hi,

this PR updates the start-test-server script

  • switches to nodemon
  • chains commands with && instead of ; so that it'll only run subsequent commands, if the previous one was succesful

The previously used ts-node was not even working with the start-test-server script anymore, it was throwing an error like "Unknown file extension for main.ts"

keep the same structure as the other scripts, which all use nodemon.
`ts-node` wasn't even working before, it was throwing an "unknown file extension […] for main.ts" error
@eliandoran eliandoran merged commit c121164 into TriliumNext:develop Jan 14, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants