@@ -196,28 +196,21 @@ Each [Tool](#tools) can have its own setup requirements. Please see each tool's
196
196
197
197
## yarn Commands
198
198
199
- | Command | Description |
200
- | --------------------- | ------------------------------------------------------------------------------------- |
201
- | ` yarn start ` | Serve dev mode build with the default config |
202
- | ` yarn start:<dev> ` | Serve dev mode build with dev's personal config |
203
- | ` yarn build ` | Build dev mode build with the default config and outputs static files in /builds |
204
- | ` yarn build:prod ` | Build prod mode build with the prod config and outputs static files in /builds |
205
- | ` yarn lint:ts ` | Run eslint against ts/x files and outputs report |
206
- | ` yarn lint:ts:fix ` | Run eslint against ts/x files, fixes auto-fixable issues, and outputs report |
207
- | ` yarn lint:js ` | Run eslint against js/x files and outputs report |
208
- | ` yarn lint:js:fix ` | Run eslint against js/x files, fixes auto-fixable issues, and outputs report |
209
- | ` yarn lint ` | Run eslint against js/x and ts/x files and outputs report |
210
- | ` yarn lint:fix ` | Run eslint against js/x and ts/x files, fixes auto-fixable issues, and outputs report |
211
- | ` yarn test ` | Run unit tests, watching for changes and re-running per your specifications |
212
- | ` yarn test:no-watch ` | Run unit tests once, without watching for changes or re-running |
213
- | ` yarn cy:run ` | Run e2e tests once in local command with the site is running |
214
- | ` yarn cy:ci ` | Run e2e tests once by circle ci |
215
- | ` yarn report:coverage ` | Generate e2e coverage report in html format |
216
- | ` yarn report:coverage:text ` | Generate e2e coverage report in text format |
217
-
218
-
219
-
220
-
199
+ | Command | Description |
200
+ | --------------------- | ------------------------------------------------------------------------------------- |
201
+ | ` yarn start ` | Serve dev mode build with the default config |
202
+ | ` yarn start:<dev> ` | Serve dev mode build with dev's personal config |
203
+ | ` yarn build ` | Build dev mode build with the default config and outputs static files in /build |
204
+ | ` yarn build:prod ` | Build prod mode build with the prod config and outputs static files in /build |
205
+ | ` yarn demo ` | Serves the built files (by running yarn: build ) for local testing |
206
+ | ` yarn lint ` | Run eslint against js/x and ts/x files and outputs report |
207
+ | ` yarn lint:fix ` | Run eslint against js/x and ts/x files, fixes auto-fixable issues, and outputs report |
208
+ | ` yarn test ` | Run unit tests, watching for changes and re-running per your specifications |
209
+ | ` yarn test:no-watch ` | Run unit tests once, without watching for changes or re-running |
210
+ | ` yarn cy:run ` | Run e2e tests once in local command with the site is running |
211
+ | ` yarn cy:ci ` | Run e2e tests once by circle ci |
212
+ | ` yarn report:coverage ` | Generate e2e coverage report in html format |
213
+ | ` yarn report:coverage:text ` | Generate e2e coverage report in text format |
221
214
222
215
# Application Structure
223
216
0 commit comments