Skip to content

Instantly share code, notes, and snippets.

@tianhaoz95
Last active May 13, 2021 06:59
Show Gist options
  • Select an option

  • Save tianhaoz95/10c08aa09c12ea17a6fac0ef04baeaff to your computer and use it in GitHub Desktop.

Select an option

Save tianhaoz95/10c08aa09c12ea17a6fac0ef04baeaff to your computer and use it in GitHub Desktop.
{
"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