From 579408f5bd2a175d61b13baca91ca573071f25b4 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 5 Jun 2021 22:12:59 +0000 Subject: feat(make): document generation task --- Makefile.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.toml b/Makefile.toml index 5894341..52af9c6 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -138,3 +138,8 @@ workspace = false command = "sqlfluff" args = ["lint", "./migrations/"] +[tasks.gen-docs] +workspace = false +toolchain = "nightly" +command = "cargo" +args = ["doc", "--open", "--document-private-items", "--no-deps"] -- cgit v1.2.3