Skip to content

Commit

Permalink
fix: Compile only local sources
Browse files Browse the repository at this point in the history
Workaround for babel/babel#5487
  • Loading branch information
pvdlg committed Nov 24, 2017
1 parent 3ed2b5f commit e49af66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/semantic-release.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
require('babel-register');
require('babel-register')({only: 'semantic-release-cli/src'});
require('babel-polyfill');

require('../src')().catch(() => {
Expand Down

0 comments on commit e49af66

Please sign in to comment.