We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e4a92 commit bc3fb99Copy full SHA for bc3fb99
1 file changed
resources/views/docs/desktop/1/publishing/building.md
@@ -34,8 +34,8 @@ To utilise these hooks, add the following to your `config/nativephp.php` file:
34
35
```php
36
'prebuild' => [
37
- 'npm run build:js', // Run a command before the build
38
- 'npm run build:css', // Run another command before the build
+ 'npm run build', // Run a command before the build
+ 'php artisan optimize', // Run another command before the build
39
],
40
'postbuild' => [
41
'npm run release', // Run a command after the build
0 commit comments