We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
npm run build
npm allows developers to specify the meaning of build in package.json.
build
This reduces/eliminates the need for a Makefile/justfile/etc.
uv task my_task or uv my_task could execute a task defined in pyproject.toml.
uv task my_task
uv my_task
The text was updated successfully, but these errors were encountered:
Please remember to search for duplicates.
This is a duplicate of #5903
Sorry, something went wrong.
No branches or pull requests
npm run build
npm allows developers to specify the meaning of
build
in package.json.This reduces/eliminates the need for a Makefile/justfile/etc.
uv task my_task
oruv my_task
could execute a task defined in pyproject.toml.The text was updated successfully, but these errors were encountered: