From d84d861e589b2143e0b4bd28e70d06b93793a3ad Mon Sep 17 00:00:00 2001 From: porink0424 Date: Tue, 6 Feb 2024 12:07:33 +0900 Subject: [PATCH] Update package.json scripts --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 989dced9..54dcfc85 100644 --- a/package.json +++ b/package.json @@ -5,10 +5,10 @@ "description": "Dashboard for Optuna", "main": "index.js", "scripts": { - "fmt": "npx @biomejs/biome format --write .", + "fmt": "biome format --write .", "lint": "npm run lint:eslint && npm run lint:fmt", "lint:eslint": "eslint . --ext .ts,.tsx --max-warnings 0", - "lint:fmt": "npx @biomejs/biome format .", + "lint:fmt": "biome format .", "watch": "NODE_ENV=development TYPESCRIPT_LOADER=esbuild-loader webpack --watch", "build": "webpack", "build:dev": "NODE_ENV=development TYPESCRIPT_LOADER=esbuild-loader webpack",