mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-08 15:41:15 +02:00
(fix): Add templ install step in admin-generate (#8997)
* (fix): Add templ install step in admin-generate * Address review comments
This commit is contained in:
@@ -42,8 +42,7 @@ test: admin-generate
|
|||||||
|
|
||||||
# Admin component targets
|
# Admin component targets
|
||||||
admin-generate:
|
admin-generate:
|
||||||
@echo "Generating admin component templates..."
|
@cd $(ADMIN_DIR) && $(MAKE) generate
|
||||||
@cd $(ADMIN_DIR) && templ generate ./view
|
|
||||||
|
|
||||||
admin-build: admin-generate
|
admin-build: admin-generate
|
||||||
@echo "Building admin component..."
|
@echo "Building admin component..."
|
||||||
|
|||||||
Reference in New Issue
Block a user