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: .github/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
@@ -37,7 +37,7 @@ The following table provides an overview of the most important scripts:
37
37
| build | Builds and minifies all bundles. |
38
38
| watch | Lints source files, builds the demo and listens for changes. |
39
39
| dev | Runs the watch script and serves files locally. |
40
-
| test | Lints source filesand runs unit tests.|
40
+
| test | Lints source files, builds all bundles and runs unit tests. |
41
41
42
42
__Note__: Setting `NODE_ENV` to `production` enables source code minification which slows down the build process. The `build` script does this automatically.
0 commit comments