build: add automatic publishing

Fixes #72
This commit is contained in:
Karl-Philipp Wulfert
2019-05-20 17:48:25 +02:00
committed by Rainer Killinger
parent e41169a9c7
commit 6ffa4efbaf
3 changed files with 35 additions and 11 deletions

View File

@@ -39,7 +39,7 @@
"dependencies": {
"@types/geojson": "1.0.6",
"@types/json-patch": "0.0.30",
"@types/node": "10.14.6",
"@types/node": "10.14.7",
"fast-clone": "1.5.13",
"json-patch": "0.7.0",
"jsonschema": "1.2.4",
@@ -47,7 +47,7 @@
},
"devDependencies": {
"@krlwlfrt/async-pool": "0.1.0",
"@openstapps/configuration": "0.14.0",
"@openstapps/configuration": "0.16.0",
"@openstapps/core-tools": "0.6.0",
"@openstapps/logger": "0.1.0",
"@types/chai": "4.1.7",
@@ -90,6 +90,9 @@
},
"openstappsConfiguration": {
"hasCli": false,
"ignoreCiEntries": [
"build"
],
"standardBuild": false,
"standardDocumentation": false
}