Last active
May 13, 2021 06:59
-
-
Save tianhaoz95/10c08aa09c12ea17a6fac0ef04baeaff to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| { | |
| "scripts": { | |
| "build": "tsc", | |
| "compile": "ncc build lib/index.js --out compiled --license licenses.txt", | |
| "dist": "npm run build && npm run compile" | |
| }, | |
| "devDependencies": { | |
| "@vercel/ncc": "^0.28.5" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment