mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
udpate deps and test openapi spec
This commit is contained in:
7
Makefile
7
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user