mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-06 04:22:01 +00:00
4b39e96c2862f51a5acee88d35683558f86c791c
Unset the `npm_config_registry` env var which yarn overwrites to the yarn registry, which we don't want since the `.npmrc` file that gets created is configured to the npm registry.
Vercel
Develop. Preview. Ship.
Usage
Get started by Importing a Git Project and use git push to deploy. Alternatively, you can install Vercel CLI.
Documentation
For details on how to use Vercel, check out our documentation.
Caught a Bug?
- Fork this repository to your own GitHub account and then clone it to your local device
- Install dependencies with
yarn install - Compile the code:
yarn build - Link the package to the global module directory:
cd ./packages/now-cli && yarn link - You can start using
vercelanywhere inside the command line
As always, you should use yarn test-unit to run the tests and see if your changes have broken anything.
How to Create a Release
If you have write access to this repository, you can read more about how to publish a release here.
Description
Languages
TypeScript
73.3%
JavaScript
20.4%
HTML
2%
CSS
1.7%
Stylus
0.7%
Other
1.8%
