Skip to content

Commit 88a6a56

Browse files
committed
docs: add note about running api.update after build.local
1 parent f7cdc2e commit 88a6a56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,9 @@ pnpm install && pnpm build.local
173173

174174
If you want to work on the Rust code, use `build.full` instead of `build.local`.
175175

176+
> [!NOTE]
177+
> After running `build.local`, you may see Git diffs for API-related files and `JSXNode`. You should run the `api.update` script to resolve them.
178+
176179
### Fast build
177180

178181
This will build only Qwik and Qwik City and their types. This is not enough to run the docs.

0 commit comments

Comments
 (0)