mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/13137] Create schema.json in build script
PHPBB3-13137
This commit is contained in:
parent
34a9ed3587
commit
d64a515476
1 changed files with 3 additions and 0 deletions
|
@ -273,6 +273,9 @@
|
|||
</else>
|
||||
</if>
|
||||
|
||||
<!-- Create schema.json -->
|
||||
<exec dir="${dir}" command="php develop/create_schema_files.php" />
|
||||
|
||||
<delete file="${dir}/config.php" />
|
||||
<delete dir="${dir}/develop" />
|
||||
<delete dir="${dir}/install/data" />
|
||||
|
|
Loading…
Add table
Reference in a new issue