Package.json copy src/main.html

I’m using ionic pro package.
In my project my index.html I use the script

window.location='./main.html'; so I need to copy src/main.html to www how I set my package.json to copy src/main.html to www when run build comand?