es-mapping-to-schema
Version:
Convert Elasticsearch mappings to Schema Inspector schemas
19 lines • 363 B
YAML
machine:
node:
version: 6.3.0
dependencies:
override:
- npm install
post:
- npm install --global gulp-cli
test:
override:
- gulp test
- npm run coverage:codacy
deployment:
npm:
tag: /v[0-9]+(\.[0-9]+)*/
owner: groupby
commands:
- echo "//registry.npmjs.org/:_authToken=${NPM_API_KEY}" > ~/.npmrc
- npm publish