Skip to content

Commit 8348933

Browse files
committed
Update copilot-instructions.md
1 parent 5200591 commit 8348933

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/copilot-instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The **package name** for each folder is `@remotion/[folder-name]`, except for th
66

77
## Build instructions
88

9+
- `pnpm` is the package manager for the project.
910
- To build the project after you made changes, run `bunx turbo make --filter="[package-name]"` and only include the package you are working on. Refer to package naming convention above. For example, the command to build the package in `packages/shapes` is `bunx turbo make --filter="@remotion/shapes"`.
1011

1112
## Documentation

0 commit comments

Comments
 (0)