“vue-cli-service build --mode staging && @powershell copy ‘src/_redirects/_stagingredirects’ ‘dist/_redirects’”
I above command for creating build via netlify cli from windows.
what would be the alternative so it can perform build and deploy via netlify builds, Specially the copy command.