Removed rimraf install from package.json

pull/887/head
Tzahi12345 2 years ago
parent b06f6a81bb
commit 21463762ce

@ -13,8 +13,7 @@
"e2e": "ng e2e", "e2e": "ng e2e",
"electron": "ng build --base-href ./ && electron .", "electron": "ng build --base-href ./ && electron .",
"generate": "openapi --input ./\"Public API v1.yaml\" --output ./src/api-types --exportCore false --exportServices false --exportModels true", "generate": "openapi --input ./\"Public API v1.yaml\" --output ./src/api-types --exportCore false --exportServices false --exportModels true",
"i18n-source": "ng extract-i18n --output-path=src/assets/i18n --out-file=messages.en.xlf", "i18n-source": "ng extract-i18n --output-path=src/assets/i18n --out-file=messages.en.xlf"
"preinstall": "npm install -g rimraf"
}, },
"engines": { "engines": {
"node": "12.3.1", "node": "12.3.1",

Loading…
Cancel
Save