Skip to content

Commit 63f203c

Browse files
authoredDec 8, 2023
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

-2
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)