Skip to content

Commit 0f3e102

Browse files
committed
Add npm clean script
1 parent 601ffc9 commit 0f3e102

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

topojson/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"scripts": {
3+
"clean": "rm -rf build dist",
34
"get": "node ./bin/get_geodata.mjs",
45
"process": "node ./bin/process_geodata.mjs",
5-
"build": "npm run get && npm run process"
6+
"build": "npm run clean && npm run get && npm run process"
67
},
78
"devDependencies": {
89
"@mapbox/geojson-rewind": "^0.5.2",

0 commit comments

Comments
 (0)