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

build(backend): fix dev script flags not being processed (NadAlaba) #5296

Merged
merged 1 commit into from Apr 9, 2024

Conversation

NadAlaba
Copy link
Contributor

@NadAlaba NadAlaba commented Apr 9, 2024

Description

Backend dev script "dev": "ts-node-dev ./src/server.ts -- --inspect --transpileOnly" doesn't process the flags --inspect or --transpileOnly.

Changing it to "dev": "ts-node-dev --transpile-only --inspect -- ./src/server.ts" as ts-node-dev suggests processes both:

ts-node-dev [node-dev|ts-node flags] [ts-node-dev flags] [node cli flags] [--] [script] [script arguments]

@monkeytypegeorge monkeytypegeorge added the backend Server stuff label Apr 9, 2024
@Miodec Miodec changed the title build (npm): fix backend dev script flags not being processed (NadAlaba) build(backend): fix dev script flags not being processed (NadAlaba) Apr 9, 2024
@Miodec Miodec merged commit bdc19de into monkeytypegame:master Apr 9, 2024
7 of 8 checks passed
@NadAlaba NadAlaba deleted the fix-build-script branch April 9, 2024 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Server stuff
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants