Skip to content

Commit d8ce2a3

Browse files
committed
Update CONTRIBUTING.md
1 parent bed2c7f commit d8ce2a3

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/CONTRIBUTING.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,11 @@ A proposed change should be focused and concise. Please adhere to the following
3232
This project contains scripts that will help you during development. All scripts can be executed with `npm run [script]`.
3333
The following table provides an overview of the most important scripts:
3434

35-
| Task | Description |
36-
|-------|----------------------------------------------------------------|
37-
| build | Builds and minifies all bundles. |
38-
| watch | Lints source files, builds the manual and listens for changes. |
39-
| dev | Runs the watch script and serves files locally. |
40-
| test | Lints source files, builds all bundles and runs unit tests. |
35+
| Task | Description |
36+
|-------|---------------------------------------------------------------------------------|
37+
| build | Builds and minifies all bundles. |
38+
| watch | Lints sources, builds the manual, listens for changes and serves files locally. |
39+
| test | Lints source files, builds all bundles and runs unit tests. |
4140

4241

4342
### Testing :heavy_check_mark:

0 commit comments

Comments
 (0)