diff --git a/src/Umbraco.Web.UI.Client/package.json b/src/Umbraco.Web.UI.Client/package.json index b40aba46fe..444b0326f7 100644 --- a/src/Umbraco.Web.UI.Client/package.json +++ b/src/Umbraco.Web.UI.Client/package.json @@ -6,7 +6,8 @@ "dev": "vite", "build": "tsc && vite build", "test": "echo 'TODO: Implement test'", - "lint": "eslint . --ext .ts --ignore-path .gitignore --cache " + "lint": "eslint . --ext .ts --ignore-path .gitignore --cache", + "generate:api": "npx openapi-typescript schemas/**/*.yml --output schemas/schema.ts" }, "engines": { "node": ">=16.0.0 <17", @@ -33,4 +34,4 @@ "msw": { "workerDirectory": "public" } -} +} \ No newline at end of file