Removed prepare statement in package.json

pull/479/head
Isaac Abadi 3 years ago
parent b9dabcf2f4
commit be94bc81c8

@ -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",

Loading…
Cancel
Save