@@ -81,14 +81,14 @@ To help you with assets, you can run the following commands in a specific packag
8181 - ` yarn run build ` : build (compile) assets from the package,
8282 - ` yarn run watch ` : watch for modifications and rebuild assets from the package,
8383 - ` 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
8686
8787Thanks to [ Yarn Workspaces] ( https://yarnpkg.com/features/workspaces ) , you can also run these commands from the root directory of the project:
8888 - ` yarn run build ` : build (compile) assets from ** all** packages,
8989 - ` 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
9292
9393## Useful Git commands
9494
0 commit comments