guillotinaweb / ngx-schema-form

HTML form generation based on JSON Schema
MIT License
485 stars 174 forks source link

Changed cp command in build:lib #440

Closed KBroichhausen closed 2 years ago

KBroichhausen commented 2 years ago

There is no cp on windows cmd, which still seems to be the default for a npm run call. I added ncp as devDependencies and replaced cp in the build:lib command to make it os independent.

An alternative would be to make it with inline code like in the copy:schema script.

get_version with cat, grep, awk etc. is still problematic.