Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 350 Bytes

File metadata and controls

11 lines (7 loc) · 350 Bytes

Beer Slurper - Claude Instructions

Building & Packaging

Use npm commands for building and packaging the plugin:

  • npm run build:zip - Build the plugin zip for distribution (outputs to release/)
  • npm run build:blocks - Build Gutenberg blocks only
  • npm run start - Start development mode with watch

Do not manually create zip files.