Skip to content

Commit 214bf4d

Browse files
committed
Return back creating static directory on tests
1 parent 00d43cd commit 214bf4d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

{{ cookiecutter.name }}/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ lint-yaml:
4343
fi
4444

4545
test:
46+
@mkdir -p static # be sure dir for static files exists
4647
uv run pytest --dead-fixtures
4748
uv run pytest --create-db --exitfirst --numprocesses ${SIMULTANEOUS_TEST_JOBS}
4849

0 commit comments

Comments
 (0)