Skip to content

Commit 4fdde0b

Browse files
authored
Fix for npm run build: production in README.md
1 parent e1b3826 commit 4fdde0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ We use [Laravel Mix](https://laravel-mix.com/) for the assets build. You can mod
134134
For run Laravel mix you can use the next commands depend on situation:
135135
```
136136
npm run build
137-
npm run build:producation
137+
npm run build:production
138138
npm run start
139139
```
140140

0 commit comments

Comments
 (0)