Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tfirdaus committed Oct 20, 2024
1 parent 9a18fdd commit c90d216
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ Commands are available to help you with the development process. You can run the
<th>Description</th>
</thead>
<tbody>
<tr>
<td><code>composer&nbsp;archive:zip</code></td>
<td>Creates a zip archive of the plugin files.</td>
</tr>
<tr>
<td><code>composer&nbsp;scoper</code></td>
<td>Scopes the plugin Composer dependencies to prevent namespace conflicts with other plugins.</td>
Expand All @@ -56,10 +60,6 @@ Commands are available to help you with the development process. You can run the
<td><code>composer&nbsp;build</code></td>
<td>Run the plugin build process for production i.e. updating the translation POT file, and prefixing namespace.</td>
</tr>
<tr>
<td><code>composer&nbsp;archive:zip</code></td>
<td>Creates a zip archive of the plugin files.</td>
</tr>
<tr>
<td><code>npm&nbsp;run&nbsp;start</code></td>
<td>Compiles the assets, like the stylesheets and the JavaScript files, and watches for the changes within the files to recompile them automatically.</td>
Expand Down

0 comments on commit c90d216

Please sign in to comment.