We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f5696 commit 8a79c9bCopy full SHA for 8a79c9b
CONTRIBUTING.md
@@ -117,7 +117,7 @@ The required steps to start development on a pacakge are:
117
118
- `npm ci` from root folder to install dependencies ([see npm-ci docs](https://docs.npmjs.com/cli/v10/commands/npm-ci))
119
- `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.
+- `npm run setup:dev` compiles the TypeScript files for this package and its dependencies within the repository.
121
122
Then you can proceed to do apply the changes and use the scripts below for development workflow
123
0 commit comments