More issues in techdocs-cli

This commit is contained in:
Sebastian Qvarfordt
2020-07-15 11:19:55 +02:00
parent a59ac48e7a
commit cbef4867eb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ const path = require('path');
const isLocal = require('fs').existsSync(path.resolve(__dirname, '../src'));
if (!isLocal) {
require('..');
require('../dist');
} else {
require('ts-node').register({
transpileOnly: true,
+1 -1
View File
@@ -36,7 +36,7 @@
},
"files": [
"bin",
"dist/**/*.js"
"dist"
],
"nodemonConfig": {
"watch": "./src",