In my package.json. i have below script
"assets": "cp -R src/assets/ dist/assets/"
"cp -R" is for linux, help me find the equivalent command for Windows.
In my package.json. i have below script
"assets": "cp -R src/assets/ dist/assets/"
"cp -R" is for linux, help me find the equivalent command for Windows.