Skip to content

Commit 9ca21ff

Browse files
authored
Update UPGRADE.md
1 parent 93e0db9 commit 9ca21ff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

UPGRADE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,12 @@ You should now be able to build your assets using the following command. This wi
277277
npm run dev
278278
```
279279

280+
Alternatively, if you need to build files without watching or if you need to build them for production, you may use the following command:
281+
282+
```shell
283+
npm run build
284+
```
285+
280286
For further info on how to use Vite, please check out [the documentation](https://laravel.com/docs/vite).
281287

282288
## Migrating from Vite to Laravel Mix

0 commit comments

Comments
 (0)