From f451413832ef6b5add7b36552c2815c94563f09f Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Mon, 18 Jul 2022 10:00:23 +0200 Subject: [PATCH] Update installation.md --- 2.x/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2.x/installation.md b/2.x/installation.md index d4241d4..3068106 100644 --- a/2.x/installation.md +++ b/2.x/installation.md @@ -51,7 +51,7 @@ After installing Jetstream, you should install and build your NPM dependencies a ```bash npm install -npm run dev +npm run build php artisan migrate ``` @@ -76,5 +76,5 @@ If you are using the Inertia stack, you should customize the SVGs located in `re After customizing these components, you should rebuild your assets: ```bash -npm run dev +npm run build ```