You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ The required steps to start development on a pacakge are:
119
119
-`cd` into the pacakge you want to apply changes.
120
120
-`npm run setup:dev` checks for dependencies of the current within the repository and prepares them.
121
121
122
-
Then you can proceed to do apply the changes and use the scripts below for development workflow
122
+
Then you can proceed to do apply the changes and use the scripts below for development workflow
123
123
124
124
-`npm run compile` compiles the code, checking for type errors.
125
125
-`npm test` runs most unit tests, though some packages require other dependencies so are only run in CI or with a separate command in the package's `package.json` file.
0 commit comments