mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-03-07 02:33:38 +00:00
build: correct order of building
This commit is contained in:
5
tox.toml
5
tox.toml
@@ -268,12 +268,13 @@ commands = [
|
||||
[
|
||||
"git",
|
||||
"add",
|
||||
"package/archlinux/PKGBUILD",
|
||||
"src/ahriman/__init__.py",
|
||||
"docs/_static/architecture.dot",
|
||||
"frontend/package.json",
|
||||
"package/archlinux/PKGBUILD",
|
||||
"package/share/man/man1/ahriman.1",
|
||||
"package/share/bash-completion/completions/_ahriman",
|
||||
"package/share/zsh/site-functions/_ahriman",
|
||||
"src/ahriman/__init__.py",
|
||||
],
|
||||
[
|
||||
"git",
|
||||
|
||||
Reference in New Issue
Block a user