You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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-blockscript to create the zip file (which should include thebuildfolder andpackage.jsonfile at least).My suggestion:
"build-block": "zip -r [block-name].zip build package.json"