mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-04-07 19:03:38 +00:00
upload ai slop
This commit is contained in:
26
tox.toml
26
tox.toml
@@ -78,6 +78,9 @@ commands = [
|
||||
|
||||
[env.check]
|
||||
description = "Run common checks like linter, mypy, etc"
|
||||
allowlist_externals = [
|
||||
"npx",
|
||||
]
|
||||
dependency_groups = [
|
||||
"check",
|
||||
]
|
||||
@@ -123,6 +126,11 @@ commands = [
|
||||
"--non-interactive",
|
||||
"--package", "{[project]name}",
|
||||
],
|
||||
[
|
||||
"npx",
|
||||
"eslint",
|
||||
"frontend",
|
||||
],
|
||||
]
|
||||
|
||||
[env.docs]
|
||||
@@ -193,6 +201,24 @@ commands = [
|
||||
],
|
||||
]
|
||||
|
||||
[env.frontend]
|
||||
description = "Build frontend HTML and JS"
|
||||
allowlist_externals = [
|
||||
"npm",
|
||||
]
|
||||
change_dir = "frontend"
|
||||
commands = [
|
||||
[
|
||||
"npm",
|
||||
"install",
|
||||
],
|
||||
[
|
||||
"npm",
|
||||
"run",
|
||||
"build",
|
||||
],
|
||||
]
|
||||
|
||||
[env.html]
|
||||
description = "Generate html documentation"
|
||||
dependency_groups = [
|
||||
|
||||
Reference in New Issue
Block a user