0.5.4-canary.5 • Published 5 years ago

now-node-workspaces v0.5.4-canary.5

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

now-builders

This is the full list of official Builders provided by the ZEIT team.

More details here: https://zeit.co/docs/v2/deployments/builders/overview/

Publishing to npm

Run the following command to publish modified builders to npm:

For the stable channel use:

yarn publish-stable

For the canary channel use:

yarn publish-canary

CircleCI will take care of publishing the updated packages to npm from there.

If for some reason CircleCI fails to publish the npm package, you may do so manually by running npm publish from the package directory. Make sure to include the --tag canary parameter if you are publishing a canary release!