Skip to content

Commit c5afcb2

Browse files
committed
docs: fix cli build dir name
1 parent c0a2e6d commit c5afcb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/docs/guide/01-getting-started/03-setup-commandkit-manually.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ npx commandkit build
107107
```
108108

109109
:::warning
110-
After running your build script, CommandKit will generate a `.dist` folder in the root of your project. This folder contains the compiled files used for production. You should not commit this folder to your version control system by making sure you add it to your `.gitignore` file.
110+
After running your build script, CommandKit will generate a `dist` folder in the root of your project. This folder contains the compiled files used for production. You should not commit this folder to your version control system by making sure you add it to your `.gitignore` file.
111111
:::
112112

113113
## Running the app in production

0 commit comments

Comments
 (0)