Skip to content

Commit ee40bab

Browse files
YuJianrongdomoritz
authored andcommitted
Fix the executable issue (YousefED#296)
The compiled file `typescript-json-schema-cli.js` moved to `/dist/` now.
1 parent aca5d49 commit ee40bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/typescript-json-schema

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env node
2-
var app = require('../typescript-json-schema-cli.js');
2+
var app = require('../dist/typescript-json-schema-cli.js');
33
app.run();

0 commit comments

Comments
 (0)