Skip to content

Commit 568bc90

Browse files
authored
added sbuild
laravel will use laravel-vite instead of laravel-mix in laravel 9. and unlike laravel-mix, it will use: `npm run dev` for development building with watching. `npm run build` for production building. we have `sdev` in our aliases but we didn't have any alias for `npm run build` after this commit you can use `sbuild` to run `npm run build`
1 parent 8ca0cd7 commit 568bc90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

laravel-sail.plugin.zsh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ alias sn='s npm'
2828
alias swatch='s npm run watch'
2929
alias sprod='s npm run production'
3030
alias sdev='s npm run dev'
31+
alias sbuild='s npm run build'
3132
alias st='s test'
3233
alias stp='s test --parallel'
3334
alias sdusk='s dusk'

0 commit comments

Comments
 (0)