Force rmraf install

This commit is contained in:
Tzahi12345
2023-05-01 22:34:25 -04:00
parent 82c8146032
commit b06f6a81bb

View File

@@ -14,7 +14,7 @@
"electron": "ng build --base-href ./ && electron .",
"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",
"rimraf": "./node_modules/rimraf/bin.js"
"preinstall": "npm install -g rimraf"
},
"engines": {
"node": "12.3.1",