Skip to content

Commit d2e2955

Browse files
author
Pete Bishop
committed
Implement default config for pre and post build keys
1 parent 182c5d8 commit d2e2955

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

config/nativephp.php

Lines changed: 11 additions & 0 deletions
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)