Skip to content

Commit 63f203c

Browse files
authored
fix(babel): removed inline transpilation that appears to be unnecessary (#394)
1 parent b04e12d commit 63f203c

File tree

3 files changed

+198
-1064
lines changed

3 files changed

+198
-1064
lines changed

bin/semantic-release.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#!/usr/bin/env node
2-
require('@babel/register')({only: 'semantic-release-cli/src'});
3-
require('@babel/polyfill');
42

53
require('../src')().catch(() => {
64
process.exitCode = 1;

0 commit comments

Comments
 (0)