Skip to content

Commit 9ed7807

Browse files
committed
f
1 parent 2580c29 commit 9ed7807

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ stable:
1717
foundry build build-aux/re.sonny.Workbench.json
1818

1919
devel:
20-
foundry build build-aux/re.sonny.Workbench.json build-aux/re.sonny.Workbench.Devel.json
20+
foundry build build-aux/re.sonny.Workbench.Devel.json
2121

2222
build: devel
2323

@@ -35,7 +35,7 @@ lint:
3535
foundry devenv -- ruff format --config=$(ROOT)/src/langs/python/ruff.toml --check $(ROOT)/src/**/*.py
3636
# Blueprint
3737
foundry devenv -- blueprint-compiler format $(ROOT)/src/**/*.blp
38-
foundry devenv -- workbench-cli check blueprint $(ROOT)/src/**/*.blp
38+
foundry run -- workbench-cli check blueprint $(ROOT)/src/**/*.blp
3939
# Vala
4040
# foundry run -- workbench-cli check vala src/**/*.vala
4141
# CSS

0 commit comments

Comments
 (0)