From ffaae01eaefd82378712d369e660d14f6ab32e63 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Mon, 1 Sep 2025 10:20:53 +0200 Subject: [PATCH] Update contrib guide on how to generate docs The `assets/package.json` has been removed in https://github.com/phoenixframework/phoenix/commit/484245cbaba8eeb83197af4b6696d1b752f8a8b2 in favor of a single `package.json` in the project root. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce1791f55e..5fd7d09d7b 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ To create projects outside of the `installer/` directory, add the latest archive To build the documentation: ```bash -npm install --prefix assets +npm install MIX_ENV=docs mix docs ```