From 7f7e22a9406f546f9084e9eb7a4e541a3563f92b Mon Sep 17 00:00:00 2001 From: Ross Brodbeck Date: Fri, 21 Aug 2020 07:32:09 -0400 Subject: [PATCH] zeit renamed to vercel --- packages/artifact/CONTRIBUTIONS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/artifact/CONTRIBUTIONS.md b/packages/artifact/CONTRIBUTIONS.md index d537f5ca..c6147287 100644 --- a/packages/artifact/CONTRIBUTIONS.md +++ b/packages/artifact/CONTRIBUTIONS.md @@ -26,5 +26,5 @@ Any easy way to test changes is to fork the artifact actions and to use `npm lin 2. Clone the forks locally 3. With your local changes to the toolkit repo, type `npm link` after ensuring there are no errors when running `tsc` 4. In the locally cloned fork, type `npm link @actions/artifact` -4. Create a new release for your local fork using `tsc` and `npm run release` (this will create a new `dist/index.js` file using `@zeit/ncc`) -5. Commit and push your local changes, you will then be able to test your changes with your forked action \ No newline at end of file +4. Create a new release for your local fork using `tsc` and `npm run release` (this will create a new `dist/index.js` file using `@vercel/ncc`) +5. Commit and push your local changes, you will then be able to test your changes with your forked action