diff --git a/package.json b/package.json index 995c239..9bfb0ca 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,7 @@ "lint": "ng lint", "e2e": "ng e2e", "electron": "ng build --base-href ./ && electron .", - "generate": "openapi --input ./\"Public API v1.yaml\" --output ./src/api-types --exportCore false --exportServices false --exportModels true", - "prepare": "npm run generate" + "generate": "openapi --input ./\"Public API v1.yaml\" --output ./src/api-types --exportCore false --exportServices false --exportModels true" }, "engines": { "node": "12.3.1",