File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ cov = "pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=robotc
3838no-cov = " cov --no-cov {args}"
3939test = " pytest {args}"
4040test-reset = " pytest --regtest2-reset {args}"
41- install-bundled-editable = " python ./scripts/install_bundled_editable.py"
4241create-json-schema = " python ./scripts/create_robot_toml_json_schema.py"
4342generate-rf-options = " python ./scripts/generate_rf_options.py"
4443install-packages = " python ./scripts/install_packages.py"
@@ -177,3 +176,4 @@ publish = ["python scripts/publish.py"]
177176extract-release-notes = [" python scripts/extract_release_notes.py" ]
178177is-prerelease = [" python scripts/is_prerelease.py" ]
179178bump = [" cz bump" ]
179+ install-bundled-editable = " python ./scripts/install_bundled_editable.py"
You can’t perform that action at this time.
0 commit comments