-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Last Cloud Blocks release (1.0.7) allows the upload of custom blocks via zip files.
Would be nice that generated blocks have a build-block script to create the zip file (which should include the build folder and package.json file at least).
My suggestion:
"build-block": "zip -r [block-name].zip build package.json"
"scripts": {
"build-block": "cd .. && zip -r [block-name]/[block-name].zip [block-name]/build [block-name]/package.json"
}Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request