Skip to content

Commit 036ae00

Browse files
hi-ogawaOpenCode
andauthored
docs: replace tsc-dev with tsc in agents instruction so they won't get stuck (#1324)
Co-authored-by: Hiroshi Ogawa <[email protected]> Co-authored-by: OpenCode <[email protected]>
1 parent d432264 commit 036ae00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎packages/plugin-rsc/CONTRIBUTING.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Use colocated unit tests for self-contained transforms and utilities.
3939
pnpm dev # pnpm -C packages/plugin-rsc dev
4040

4141
# Type check
42-
pnpm -C packages/plugin-rsc tsc-dev
42+
pnpm -C packages/plugin-rsc tsc
4343

4444
# Run unit tests
4545
pnpm -C packages/plugin-rsc test --run

0 commit comments

Comments
 (0)