Fix security issues and remove cpr dependency (#2102)

* remove cpr dependency

* fix security warnings
This commit is contained in:
Denys Vuika
2021-05-06 14:50:44 +01:00
committed by GitHub
parent 422f8bc986
commit 72a762f371
5 changed files with 23 additions and 54 deletions

View File

@@ -104,7 +104,7 @@ Update the root `package.json` file and append the following entry to the `scrip
{
"scripts": {
"build:my-extension":
"ng build my-extension && cpr projects/my-extension/assets dist/my-extension/assets --deleteFirst"
"ng build my-extension && npx cpr projects/my-extension/assets dist/my-extension/assets --deleteFirst"
}
}
```