このリポジトリは2020-09-29にアーカイブされています。 ファイルの閲覧やリポジトリのクローンは可能ですが、プッシュしたり、イシューやプルリクエストを作成することはできません。
flatfilecms/Makefile

11 行
92 B
Makefile

all: test build
build:
poetry build
test:
poetry run pytest -q
publish:
poetry publsh