Description
The ISO codes list that was added in #7622 will be copied into the plotly.js dist/topojson folder during the release process. We should update the preprocess script to omit this file from the copy operation.
Steps to reproduce
- Be on master
- Run
npm run preprocess
- Note that country_names_iso_codes.json has been added to the dist/topojson folder
Notes
- I think it makes sense to leave this in the topojson module folder (topojson/dist)
- If copied to the dist/topojson folder, it could be confused with a topojson file (which it isn't)
- It will also get copied to the CDN during that step