mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 18:15:39 +00:00
frontend integration
This commit is contained in:
5
Makefile
5
Makefile
@@ -7,13 +7,13 @@ run: build-frontend
|
||||
|
||||
dev-env:
|
||||
cargo fetch
|
||||
cd frontend; yarn install
|
||||
yarn install
|
||||
|
||||
docs:
|
||||
cargo doc --no-deps --workspace --all-features
|
||||
|
||||
build-frontend:
|
||||
cd frontend; yarn build
|
||||
yarn build
|
||||
|
||||
test: migrate
|
||||
cargo test
|
||||
@@ -29,7 +29,6 @@ release: build-frontend
|
||||
|
||||
clean:
|
||||
cargo clean
|
||||
cd frontend
|
||||
yarn clean
|
||||
|
||||
migrate:
|
||||
|
||||
Reference in New Issue
Block a user