mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-10 12:23:22 +08:00
Add type-check on standalone_app as run script
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"watch": "vite",
|
||||
"build:vscode": "webpack"
|
||||
"build:vscode": "webpack",
|
||||
"type-check": "tsc --noEmit"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@optuna/types": "../tslib/types",
|
||||
|
||||
Reference in New Issue
Block a user