Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Latest commit

 

History

History
9 lines (5 loc) · 383 Bytes

how-to-build.md

File metadata and controls

9 lines (5 loc) · 383 Bytes

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