chore: enrich .mokostandards with build/deploy/scripts
This commit is contained in:
@@ -21,5 +21,43 @@
|
||||
<build>
|
||||
<language>Markdown</language>
|
||||
<package-type>joomla-extension</package-type>
|
||||
<entry-point>src/mokowaas.xml</entry-point>
|
||||
</build>
|
||||
<scripts>
|
||||
<script name="lint" phase="lint">
|
||||
<command>make lint</command>
|
||||
<description>Lint via make</description>
|
||||
<runner>make</runner>
|
||||
</script>
|
||||
<script name="validate" phase="validate">
|
||||
<command>make validate</command>
|
||||
<description>Validate via make</description>
|
||||
<runner>make</runner>
|
||||
</script>
|
||||
<script name="test" phase="test">
|
||||
<command>make test</command>
|
||||
<description>Test via make</description>
|
||||
<runner>make</runner>
|
||||
</script>
|
||||
<script name="clean" phase="build">
|
||||
<command>make clean</command>
|
||||
<description>Clean via make</description>
|
||||
<runner>make</runner>
|
||||
</script>
|
||||
<script name="build" phase="build">
|
||||
<command>make build</command>
|
||||
<description>Build via make</description>
|
||||
<runner>make</runner>
|
||||
</script>
|
||||
<script name="package" phase="build">
|
||||
<command>make package</command>
|
||||
<description>Package via make</description>
|
||||
<runner>make</runner>
|
||||
</script>
|
||||
<script name="release" phase="release">
|
||||
<command>make release</command>
|
||||
<description>Release via make</description>
|
||||
<runner>make</runner>
|
||||
</script>
|
||||
</scripts>
|
||||
</mokostandards>
|
||||
|
||||
Reference in New Issue
Block a user