Skip to content

Commit 580403c

Browse files
author
Pete Bishop
committed
Update demo commands to legit use cases
1 parent ce40e1e commit 580403c

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)