Skip to content

Commit

Permalink
fix(swc): missing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
wintercounter committed Dec 3, 2021
1 parent 268c802 commit e22696a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/processes/ecosystem/root/swc.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class SWC extends Process {
'node',
require.resolve('tscpaths/cjs'),
'-p',
tsconfigPath,
configPath,
'-s',
mhyConfig.srcFolder,
'-o',
Expand Down

0 comments on commit e22696a

Please sign in to comment.