Skip to content

Commit dc1d2f1

Browse files
authored
Implement default config for pre and post build keys (#496)
1 parent 2844fe8 commit dc1d2f1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

config/nativephp.php

+11
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,15 @@
125125
'timeout' => 60,
126126
],
127127
],
128+
129+
/**
130+
* Define your own scripts to run before and after the build process.
131+
*/
132+
'prebuild' => [
133+
// 'npm run build',
134+
],
135+
136+
'postbuild' => [
137+
// 'rm -rf public/build',
138+
],
128139
];

0 commit comments

Comments
 (0)