Skip to content

Commit bc3fb99

Browse files
PeteBishwhipPete Bishop
and
Pete Bishop
authored
Update demo commands to legit use cases (#86)
Co-authored-by: Pete Bishop <[email protected]>
1 parent 80e4a92 commit bc3fb99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/docs/desktop/1/publishing/building.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ To utilise these hooks, add the following to your `config/nativephp.php` file:
3434

3535
```php
3636
'prebuild' => [
37-
'npm run build:js', // Run a command before the build
38-
'npm run build:css', // Run another command before the build
37+
'npm run build', // Run a command before the build
38+
'php artisan optimize', // Run another command before the build
3939
],
4040
'postbuild' => [
4141
'npm run release', // Run a command after the build

0 commit comments

Comments
 (0)