Skip to content

Commit 1ba8590

Browse files
committed
fix: correct version of robotcode runner
1 parent e692680 commit 1ba8590

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,12 @@ style = ["ruff .", "black --check --diff ."]
161161
fmt = ["ruff --fix .", "black .", "style"]
162162
all = ["style", "typing"]
163163

164+
[tool.hatch.envs.pages]
165+
detached = true
166+
dependencies = ["mkdocs>=1.4.2", "mkdocs-material"]
167+
168+
[tool.hatch.envs.pages.scripts]
169+
build = ["mkdocs build"]
164170

165171
[tool.hatch.envs.build]
166172
detached = true
@@ -184,7 +190,7 @@ version_variable = [
184190
"packages/language_server/robotcode/language_server/__version__.py:__version__",
185191
"packages/modifiers/robotcode/modifiers/__version__.py:__version__",
186192
"packages/plugin/robotcode/plugin/__version__.py:__version__",
187-
"packages/plugin/robotcode/plugin/__version__.py:__version__",
193+
"packages/runner/robotcode/runner/__version__.py:__version__",
188194

189195
]
190196
version_pattern = ['package.json:"version": "{version}"']

0 commit comments

Comments
 (0)