mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-04-07 11:03:37 +00:00
upload ai slop
This commit is contained in:
18
tox.toml
18
tox.toml
@@ -193,6 +193,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