Skip to content

Commit a83a7da

Browse files
committed
Update CONTRIBUTING.md
1 parent fb4398b commit a83a7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The following table provides an overview of the most important scripts:
3737
| build | Builds and minifies all bundles. |
3838
| watch | Lints source files, builds the demo and listens for changes. |
3939
| dev | Runs the watch script and serves files locally. |
40-
| test | Lints source files and runs unit tests. |
40+
| test | Lints source files, builds all bundles and runs unit tests. |
4141

4242
__Note__: Setting `NODE_ENV` to `production` enables source code minification which slows down the build process. The `build` script does this automatically.
4343

0 commit comments

Comments
 (0)