Skip to content

Commit 1f9e057

Browse files
add a comment for building
1 parent 1c88179 commit 1f9e057

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

contributing.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,9 @@ Whenever you make a change to one of the packages that's being used by the examp
3636
Sometimes, this process gets a little out of whack, and if you're not sure what's going on, I usually just quit one or both of the `turbo dev` commands and restart it.
3737

3838
If you're seeing something unexpected while debugging one of the Next.js demos, try running `turbo clean` to refresh the cache before running `turbo dev` again.
39+
40+
### Build task
41+
Simply run the following command from the repository's root
42+
```
43+
turbo build
44+
```

0 commit comments

Comments
 (0)