package.json cleanup

This commit is contained in:
Zef Hemel
2022-03-27 11:34:44 +02:00
parent cb809d2d03
commit 442f2b7c7c
3 changed files with 19 additions and 456 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ let args = yargs(hideBin(process.argv))
if (!args._.length) {
console.error("Usage: silverbullet <path-to-pages>");
process.exit(1);
process.exit(1);
}
const pagesPath = args._[0] as string;