UNPKG

makereels-mcp

Version:

MakeReels MCP Server

29 lines (20 loc) 267 B
# Publish Guideline ## Versioning ``` npm version patch|minor|major ``` ## Build ``` npm run build ``` ## Publish ``` npm publish ``` ## Or copy and paste the following command ``` npm version patch npm run build rm -rf build/.makereels-token npm publish ```