This is a monorepo containing the Official Builders provided by the ZEIT team.
There are two branches:
- canary - published to npm as
canarydist-tag, eg@now/node@canary - master - published to npm as
latestdist-tag, eg@now/node@latest
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
GitHub Actions will take care of publishing the updated packages to npm from there.
If for some reason GitHub Actions fails to publish the npm package, you may do so
manually by running npm publish from the package directory. Make sure to
use npm publish --tag canary if you are publishing a canary release!