diff --git a/config/nativephp.php b/config/nativephp.php index da17b0b..6db1540 100644 --- a/config/nativephp.php +++ b/config/nativephp.php @@ -125,4 +125,15 @@ 'timeout' => 60, ], ], + + /** + * Define your own scripts to run before and after the build process. + */ + 'prebuild' => [ + // 'npm run build', + ], + + 'postbuild' => [ + // 'rm -rf public/build', + ], ];