File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,11 @@ A proposed change should be focused and concise. Please adhere to the following
3232This project contains scripts that will help you during development. All scripts can be executed with ` npm run [script] ` .
3333The 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 :
You can’t perform that action at this time.
0 commit comments