Skip to content

Commit

Permalink
fix: gulpfile preset env
Browse files Browse the repository at this point in the history
  • Loading branch information
lbenie committed Apr 27, 2018
1 parent 247245c commit 4bb9155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require('dotenv').config();
const version = () => JSON.parse(fs.readFileSync('./package.json', 'utf-8')).version;
const opts = minimist(process.argv.slice(2), {
semver: process.env.SEMVER || 'patch',
preset: process.env.preset || 'eslint',
preset: process.env.PRESET || 'eslint',
token: process.env.CONVENTIONAL_GITHUB_RELEASER_TOKEN || '',
});

Expand Down

0 comments on commit 4bb9155

Please sign in to comment.