Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tfirdaus authored Jan 24, 2025
1 parent 0680c5c commit 8d34c84
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 @@ -56,6 +56,10 @@ 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;plugin:zip</code></td>
<td>Creates a zip file of the plugin for distribution.</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 All @@ -64,10 +68,6 @@ Commands are available to help you with the development process. You can run the
<td><code>npm&nbsp;run&nbsp;build</code></td>
<td>Builds the assets for production. It compiles the assets, like the stylesheets and the JavaScript files, and minifies them for production use.</td>
</tr>
<tr>
<td><code>composer&nbsp;plugin:zip</code></td>
<td>Creates a zip file of the plugin for distribution.</td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit 8d34c84

Please sign in to comment.