We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 601ffc9 commit 0f3e102Copy full SHA for 0f3e102
topojson/package.json
@@ -1,8 +1,9 @@
1
{
2
"scripts": {
3
+ "clean": "rm -rf build dist",
4
"get": "node ./bin/get_geodata.mjs",
5
"process": "node ./bin/process_geodata.mjs",
- "build": "npm run get && npm run process"
6
+ "build": "npm run clean && npm run get && npm run process"
7
},
8
"devDependencies": {
9
"@mapbox/geojson-rewind": "^0.5.2",
0 commit comments