Skip to content

Commit

Permalink
fix: fixed typescript output
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 30, 2018
1 parent e67fedb commit b3bde94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release_example.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = (_, options) => {
examples.forEach(example => {
const [, type, format] = example.split('-')

const options = format === 'typescript' ?
const options = format === 'ts' ?
'--options=typescript,mocha,semantic-release' :
'--options=mocha,semantic-release'

Expand Down

0 comments on commit b3bde94

Please sign in to comment.