docs: fixed typo and changed npm to pnpm

This commit is contained in:
StefanVDWeide 2024-11-15 12:03:21 +01:00
parent 7ec8df6307
commit ca55afc0da

View File

@ -42,10 +42,10 @@ All examples assume you use `Nixpacks` as the build type.
- Navigate to the "Environments" tab and add the following variable:
```plaintext
NIXPACKS_BUILD_CMD="npm run generate"
NIXPACKS_BUILD_CMD="pnpm run generate"
```
3. **Set the publish publish directory**:
3. **Set the publish directory**:
- Ensure you set it to `dist/`. Note that there is no dot before `dist`!