diff --git a/tools/ui/package.json b/tools/ui/package.json index 3c15289973..3c4f24a755 100644 --- a/tools/ui/package.json +++ b/tools/ui/package.json @@ -13,6 +13,7 @@ "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "reset": "rm -rf .svelte-kit node_modules", "format": "eslint --fix . && prettier --write .", + "format:files": "eslint --fix && prettier --write", "lint": "prettier --check . && eslint .", "test": "npm run test:ui -- --run && npm run test:client -- --run && npm run test:unit -- --run && npm run test:e2e", "test:e2e": "playwright test",