Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 2.x/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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
```