Browse Source

Merge pull request #1135 from pelias/fix-semantic-release

Fix semantic release run
pull/1137/head
Julian Simioni 7 years ago committed by GitHub
parent
commit
d3db8f2e83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .travis.yml
  2. 1
      package.json

2
.travis.yml

@ -14,7 +14,7 @@ before_install:
before_script:
- npm prune
after_success:
- npm run semantic-release
- npx semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/

1
package.json

@ -17,7 +17,6 @@
"travis": "npm run check-dependencies && npm test",
"unit": "./bin/units",
"validate": "npm ls",
"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))\"",
"check-dependencies": "node_modules/.bin/npm-check --production --ignore pelias-interpolation",
"prune": "npm prune"

Loading…
Cancel
Save