udpate deps and test openapi spec

This commit is contained in:
realaravinth
2021-11-29 17:32:33 +05:30
parent 6eb75d7a66
commit f2f8632679
6 changed files with 1213 additions and 909 deletions

View File

@@ -1,5 +1,5 @@
default: frontend ## Run app in debug mode
cargo run
default: frontend ## Build app in debug mode
cargo build
clean: ## Delete build artifacts
@cargo clean
@@ -56,6 +56,9 @@ migrate: ## Run database migrations
release: frontend ## Build app with release optimizations
cargo build --release
run: frontend ## Run app in debug mode
cargo run
test: frontend-test frontend ## Run all available tests
echo 'static/' && tree static || true
echo 'tree/' && tree assets || true