This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed build instructions from README.md
Contents of README.md are displayed on the marketplace where it doesn't make sense to talk about builds.
- Loading branch information
1 parent
c07a060
commit 78b5af7
Showing
2 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## Build | ||
|
||
Before pushing and tagging follow these steps: | ||
|
||
1. Install `vercel/ncc` by running this command in your terminal. `npm i -g @vercel/ncc` | ||
|
||
2. Compile your `index.js` file. `ncc build index.js --license licenses.txt` | ||
|
||
More more information, go [here](https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action#commit-tag-and-push-your-action-to-github) |