Refactor pipeline around area asset builds
This commit is contained in:
10
package.json
10
package.json
@@ -1,12 +1,14 @@
|
||||
{
|
||||
"name": "osm-gis-pipeline",
|
||||
"version": "0.2.0",
|
||||
"name": "osm-asset-pipeline",
|
||||
"version": "0.3.0",
|
||||
"private": true,
|
||||
"type": "commonjs",
|
||||
"scripts": {
|
||||
"build": "node scripts/build-osm2streets-qgis.js"
|
||||
"build": "node scripts/build-area.js",
|
||||
"build:area": "node scripts/build-area.js",
|
||||
"build:qgis": "node scripts/build-osm2streets-qgis.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"osm2streets-js-node": "0.1.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user