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

@@ -130,7 +130,7 @@ Last but not least, edit the package.json file to allow the build of the extensi
{ ...
"scripts": {
...,
"build:my-extension": "ng build my-extension && cpr projects/my-extension/assets dist/my-extension/assets --deleteFirst"
"build:my-extension": "ng build my-extension && npx cpr projects/my-extension/assets dist/my-extension/assets --deleteFirst"
}, ...
}