Browse Source

added target that just dumps the configuration for debug

pull/813/head
Stephen Hess 8 years ago
parent
commit
df5d87d8ff
  1. 3
      package.json

3
package.json

@ -17,7 +17,8 @@
"travis": "npm test",
"unit": "./bin/units",
"validate": "npm ls",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"config": "node -e \"console.log(JSON.stringify(require( 'pelias-config' ).generate(require('./schema')), null, 2))\""
},
"repository": {
"type": "git",

Loading…
Cancel
Save