Fix build command

This commit is contained in:
Piotr Rogowski 2023-05-30 10:39:14 +02:00
parent de2aed4621
commit 98167e989f
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ npm run lint
### Build
```bash
npm build
npm run build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.