Skip to content

Commit

Permalink
ignore typescript bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Feb 6, 2019
1 parent 5a6d654 commit d7d9b9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/webpack.js
@@ -1,5 +1,6 @@
#!/usr/bin/env node

// @ts-ignore
process.exitCode = 0;

/**
Expand Down Expand Up @@ -164,5 +165,7 @@ if (installedClis.length === 0) {
" and "
)} together. To work with the "webpack" command you need only one CLI package, please remove one of them or use them directly via their binary.`
);

// @ts-ignore
process.exitCode = 1;
}

0 comments on commit d7d9b9b

Please sign in to comment.