Attempting to run the build on Windows cmd shell results in an error for the copy:types step.
d:\react-tooltip>npx cpy './react-tooltip.d.ts' './dist' --parents --dot
Cannot copy `'./react-tooltip.d.ts'`: the file doesn't exist
d:\react-tooltip>npx cpy ./react-tooltip.d.ts ./dist --parents --dot
d:\react-tooltip>
If the single quotes are removed then the error is avoided. This should be cross platform safe.
Attempting to run the build on Windows cmd shell results in an error for the
copy:typesstep.If the single quotes are removed then the error is avoided. This should be cross platform safe.