Skip to content

Commit

Permalink
Consider B5 theme in tarball creation, refs #13530
Browse files Browse the repository at this point in the history
  • Loading branch information
jraddaoui committed Dec 5, 2022
1 parent 9a1c4a7 commit 156911f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@
<exec command="make" dir="${phing.dir}/plugins/arDominionPlugin" checkreturn="true"/>
<exec command="make" dir="${phing.dir}/plugins/arArchivesCanadaPlugin" checkreturn="true"/>

<echo>Build Bootstrap 5 theme</echo>
<exec command="npm install" dir="${phing.dir}" checkreturn="true"/>
<exec command="npm run build" dir="${phing.dir}" checkreturn="true"/>
<exec command="rm -rf node_modules" dir="${phing.dir}" checkreturn="true"/>

<echo>Run symfony release task</echo>
<exec command="php symfony release --no-confirmation ${package.version} stable" dir="${phing.dir}" checkreturn="true"/>
</target>
Expand Down

0 comments on commit 156911f

Please sign in to comment.