Rename dashboard to optuna_dashboard

This commit is contained in:
c-bata
2020-10-24 17:48:19 +09:00
parent e7a432486a
commit 92b5bc4f7d
19 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"description": "Dashboard for Goptuna",
"main": "index.js",
"scripts": {
"fmt": "prettier --write \"dashboard/static/**/*.{ts,tsx}\"",
"fmt": "prettier --write \"optuna_dashboard/static/**/*.{ts,tsx}\"",
"watch": "webpack --watch",
"build": "webpack",
"build:dev": "NODE_ENV=development webpack",