From 91bfae97dcc90c0220828e889d3bd528e197652c Mon Sep 17 00:00:00 2001 From: porink0424 Date: Fri, 29 Mar 2024 18:13:54 +0900 Subject: [PATCH] Update Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aab17971..9cfcc4b5 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ $(DASHBOARD_TS_OUT): $(DASHBOARD_TS_SRC) tslib: cd tslib/types && npm i && npm run build cd tslib/storage && npm i && npm run build + cd tslib/react && npm i && npm run build .PHONY: serve-browser-app serve-browser-app: tslib $(RUSTLIB_OUT) @@ -51,6 +52,6 @@ fmt: .PHONY: clean clean: - rm -rf tslib/types/pkg tslib/storage/pkg + rm -rf tslib/types/pkg tslib/storage/pkg tslib/react/pkg tslib/react/types rm -rf optuna_dashboard/public/ doc/_build/ rm -rf rustlib/pkg standalone_app/public/ vscode/assets/ vscode/*.vsix