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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,8 +87,10 @@ This project and everyone participating in it is governed by our Code of Conduct
87
87
88
88
-`pnpm lint`: Lints the staged files using ESLint
89
89
-`pnpm format`: Formats the staged files using Prettier
90
+
-`pnpm build`: Ensures the project builds successfully
91
+
-`pnpm test`: Ensures all tests pass
90
92
91
-
If either of these commands fails due to linting errors or formatting issues, the commit will be aborted. Please fix the reported issues and try committing again.
93
+
If any of these commands fails, the commit will be aborted. Please fix the reported issues and try committing again.
92
94
93
95
You can also run the lint and format commands manually at any time:
94
96
@@ -164,4 +166,4 @@ This project and everyone participating in it is governed by our Code of Conduct
0 commit comments