@@ -81,14 +81,14 @@ To help you with assets, you can run the following commands in a specific packag
81
81
- ` yarn run build ` : build (compile) assets from the package,
82
82
- ` yarn run watch ` : watch for modifications and rebuild assets from the package,
83
83
- ` yarn run test ` : run the tests from the package,
84
- - ` yarn run lint ` : lint assets from the package,
85
- - ` yarn run format ` : format assets from the package.
84
+ - ` yarn run check ` : run the formatter, linter, and sort imports, and fails if any modifications
85
+ - ` yarn run check --write ` : run the formatter, linter, imports sorting, and write modifications
86
86
87
87
Thanks to [ Yarn Workspaces] ( https://yarnpkg.com/features/workspaces ) , you can also run these commands from the root directory of the project:
88
88
- ` yarn run build ` : build (compile) assets from ** all** packages,
89
89
- ` yarn run test ` : run the tests from ** all** packages,
90
- - ` yarn run lint ` : lint assets from ** all** packages,
91
- - ` yarn run format ` : format assets from ** all** packages,
90
+ - ` yarn run check ` : run the formatter, linter, and sort imports for ** all** packages, and fails if any modifications
91
+ - ` yarn run check --write ` : run the formatter, linter, imports sorting for ** all** packages, and write modifications
92
92
93
93
## Useful Git commands
94
94
0 commit comments