Rename static --> dist, build-production --> build, output .zip with subdir
This commit is contained in:
@ -155,7 +155,7 @@ Options:
|
||||
|
||||
- Any directory name, eg `"public"`
|
||||
|
||||
Default: `"static"`
|
||||
Default: `"dist"`
|
||||
|
||||
### `FE_SUBDIRECTORY`
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user