From 329957be06afe8ade8e3052f9cd40283f633d7f4 Mon Sep 17 00:00:00 2001 From: porink0424 Date: Wed, 10 Apr 2024 18:12:01 +0900 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9cfcc4b5..112fc35e 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ $(DASHBOARD_TS_OUT): $(DASHBOARD_TS_SRC) cd optuna_dashboard && npm install && npm run build:$(MODE) .PHONY: tslib -tslib: +tslib: $(RUSTLIB_OUT) cd tslib/types && npm i && npm run build cd tslib/storage && npm i && npm run build cd tslib/react && npm i && npm run build