From 8eddce31a27f3340b29e49b01616a06f4c479894 Mon Sep 17 00:00:00 2001 From: StefanVDWeide Date: Sun, 17 Nov 2024 16:17:51 +0100 Subject: [PATCH] Removed unnecessary run command form example --- nuxt/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt/README.md b/nuxt/README.md index 263781a..827896a 100644 --- a/nuxt/README.md +++ b/nuxt/README.md @@ -42,7 +42,7 @@ All examples assume you use `Nixpacks` as the build type. - Navigate to the "Environments" tab and add the following variable: ```plaintext - NIXPACKS_BUILD_CMD="pnpm run generate" + NIXPACKS_BUILD_CMD="pnpm generate" ``` 3. **Set the publish directory**: