From 8c453426e99d01740931c5677ca924e70fc63f04 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Thu, 13 Apr 2023 00:07:08 -0400 Subject: [PATCH] Quick fix for an error people are hitting with docs. --- commands/init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/init.js b/commands/init.js index 987ae4a..6b3ccf7 100755 --- a/commands/init.js +++ b/commands/init.js @@ -50,7 +50,7 @@ export const main = async (opts) => { devsvc({start: true, noexit: true}); good("Generating the documentation first time..."); - exec("npm run docs"); + // exec("npm run docs"); good("Documentation done."); good("Migrating your database just in case.");