Skip to content

Commit

Permalink
fix(cli): call __main__.py in dev script
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Shatford <[email protected]>
  • Loading branch information
jordanshatford committed Oct 27, 2023
1 parent 8bb98d7 commit 636641c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "python3 ../../scripts.py run python ydcli",
"dev": "python3 ../../scripts.py run python ydcli/__main__.py",
"format": "python3 ../../scripts.py pre-commit run"
}
}

1 comment on commit 636641c

@vercel
Copy link

@vercel vercel bot commented on 636641c Oct 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.