Skip to content

Commit

Permalink
zeit renamed to vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
hross committed Aug 21, 2020
1 parent a0e6867 commit c8fa648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

0 comments on commit c8fa648

Please sign in to comment.