remove extra word in readme

This commit is contained in:
sua yoo 2021-12-07 09:38:52 -08:00
parent 2c3debfec6
commit 83be07bdcf
No known key found for this signature in database
GPG Key ID: 5AD1B4C02D4F0567

View File

@ -32,7 +32,7 @@ follow instructions for deploying to a local Docker instance. Update `API_BASE_U
| `start` | runs app in development server, reloading on file changes |
| `test` | runs tests in chromium with playwright |
| `build-dev` | bundles app and outputs it in `dist` directory |
| `build` | bundles app app, optimized for production, and outputs it to `dist` |
| `build` | bundles app, optimized for production, and outputs it to `dist` |
| `lint` | find and fix auto-fixable javascript errors |
| `format` | formats js, html and css files |
| `localize:extract` | generate XLIFF file to be translated |