Skip to content

Commit

Permalink
fix(babel): removed inline transpilation that appears to be unnecessa…
Browse files Browse the repository at this point in the history
…ry (#394)
  • Loading branch information
travi authored Dec 8, 2023
1 parent b04e12d commit 63f203c
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 1,064 deletions.
2 changes: 0 additions & 2 deletions bin/semantic-release.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/usr/bin/env node
require('@babel/register')({only: 'semantic-release-cli/src'});
require('@babel/polyfill');

require('../src')().catch(() => {
process.exitCode = 1;
Expand Down
Loading

0 comments on commit 63f203c

Please sign in to comment.