Removed unnecessary run command form example

This commit is contained in:
StefanVDWeide 2024-11-17 16:17:51 +01:00
parent ca55afc0da
commit 8eddce31a2

View File

@ -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**: