Fix techdocs-cli when not running local
This commit is contained in:
@@ -21,7 +21,7 @@ const path = require('path');
|
||||
const isLocal = require('fs').existsSync(path.resolve(__dirname, '../src'));
|
||||
|
||||
if (!isLocal) {
|
||||
require('../dist');
|
||||
require('..');
|
||||
} else {
|
||||
require('ts-node').register({
|
||||
transpileOnly: true,
|
||||
|
||||
Reference in New Issue
Block a user