frontend integration

This commit is contained in:
realaravinth
2021-04-09 14:21:43 +05:30
parent c4255397b1
commit 0496c0bdaf
95 changed files with 7115 additions and 197 deletions

View File

@@ -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: