add mcaptcha-browser as dep

This commit is contained in:
realaravinth
2021-07-09 13:57:55 +05:30
parent 5daa46e76e
commit 704f8bf2b4
5 changed files with 11 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ default: frontend
clean:
cargo clean
rm -rf browser/pkg || true
rm ./src/cache_buster_data.json || true
rm -rf ./static/cache/bundle || true
rm -rf ./assets || true
@@ -48,7 +49,8 @@ run: frontend
cargo run
test: frontend-test frontend
tree assets || true
echo 'static/' && tree static || true
echo 'tree/' && tree assets || true
cargo test --all-features --no-fail-fast
xml-test-coverage: migrate