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).
Nice, but I'm also thinking: If you are familiar with the command line, you wouldn't upload a zip. You would edit .gitignore and add the block to your repo. Right?
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 thebuild
folder andpackage.json
file at least).My suggestion:
"build-block": "zip -r [block-name].zip build package.json"The text was updated successfully, but these errors were encountered: