mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 03:32:15 +00:00
Justfile: Add commands to build frontend components
This commit is contained in:
7
Justfile
7
Justfile
@@ -1,2 +1,9 @@
|
|||||||
licenses:
|
licenses:
|
||||||
cargo about generate about.hbs > crates/frontend/public/assets/licenses.html
|
cargo about generate about.hbs > crates/frontend/public/assets/licenses.html
|
||||||
|
|
||||||
|
frontend-dev:
|
||||||
|
cd crates/frontend/js-components && deno task dev
|
||||||
|
|
||||||
|
frontend-build:
|
||||||
|
cd crates/frontend/js-components && deno task build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user