Rename static --> dist, build-production --> build, output .zip with subdir

This commit is contained in:
Alex Gleason
2023-09-18 11:27:19 -05:00
parent 967bf8f30a
commit 07726bf25c
9 changed files with 13 additions and 13 deletions

View File

@ -155,7 +155,7 @@ Options:
- Any directory name, eg `"public"`
Default: `"static"`
Default: `"dist"`
### `FE_SUBDIRECTORY`

View File

@ -12,7 +12,7 @@ NODE_ENV=development
- `yarn dev` - Run the local dev server.
## Building
- `yarn build` - Compile without a dev server, into `/static` directory.
- `yarn build` - Compile without a dev server, into `/dist` directory.
## Translations
- `yarn i18n` - Rebuilds app and updates English locale to prepare for translations in other languages. Should always be run after editing i18n strings.