Skip to content

Commit

Permalink
don't npm publish automatically due to ember-cli-typescript issue
Browse files Browse the repository at this point in the history
  • Loading branch information
billdami committed Sep 8, 2020
1 parent 1684598 commit 51fef68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
const generateChangelog = require('ember-cli-changelog/lib/tasks/release-with-changelog');

module.exports = {
publish: true,
beforeCommit: generateChangelog
publish: false,
beforeCommit: generateChangelog
};

0 comments on commit 51fef68

Please sign in to comment.