Skip to content

Commit

Permalink
Make sure cspell-tools run
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Dec 8, 2019
1 parent 9d52c7f commit 3926f99
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/cspell-tools/bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@

'use strict';

require('./dist/app');
const app = require('./dist/app');
const program = require('commander');

app.run(program, process.argv).catch(() => process.exit(1));

0 comments on commit 3926f99

Please sign in to comment.