Quick fix for an error people are hitting with docs.

main
Zed A. Shaw 1 year ago
parent 8ab073ebe2
commit 8c453426e9
  1. 2
      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.");

Loading…
Cancel
Save