Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bfbc5a9

Browse files
authored
docs: Add a note about how to update to latest Core SDK submodule (temporalio#123)
* docs: Add a note about how to update to latest Core SDK submodule * docs: Recommend using npm run build over npm ci based on comments
1 parent 8d6d3d2 commit bfbc5a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ You will need to submit a CLA before we can accept your contribution. You only h
2626

2727
> For cross compilation on MacOS follow [these](https://github.com/temporalio/sdk-node/blob/main/docs/building.md) instructions.
2828
29+
To update your environment, run `git submodule update` to update to the latest version of the Core SDK, followed by `npm run build` to recompile.
30+
2931
### Development Workflow
3032

3133
After your environment is set up, you can run these commands:

0 commit comments

Comments
 (0)