Skip to content

Commit 8a79c9b

Browse files
david-lunatrentm
andauthored
Update CONTRIBUTING.md
Co-authored-by: Trent Mick <[email protected]>
1 parent a0f5696 commit 8a79c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The required steps to start development on a pacakge are:
117117

118118
- `npm ci` from root folder to install dependencies ([see npm-ci docs](https://docs.npmjs.com/cli/v10/commands/npm-ci))
119119
- `cd` into the pacakge you want to apply changes.
120-
- `npm run setup:dev` checks for dependencies of the current within the repository and prepares them.
120+
- `npm run setup:dev` compiles the TypeScript files for this package and its dependencies within the repository.
121121

122122
Then you can proceed to do apply the changes and use the scripts below for development workflow
123123

0 commit comments

Comments
 (0)