Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
porink0424 committed Mar 29, 2024
1 parent bd4554e commit 91bfae9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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

0 comments on commit 91bfae9

Please sign in to comment.