Skip to content

Commit

Permalink
Add ncc build to build script (#208)
Browse files Browse the repository at this point in the history
Co-authored-by: Vidya Reddy <vidyareddy@microsoft.com>
  • Loading branch information
Vidya2606 and Vidya Reddy authored Jul 5, 2022
1 parent 7b11ddb commit a17f35b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Deepak Sattiraju",
"license": "MIT",
"scripts": {
"build": "tsc --outDir ./lib --rootDir ./src",
"build": "ncc build src/run.ts -o lib",
"test": "jest",
"format": "prettier --write .",
"format-check": "prettier --check ."
Expand All @@ -23,6 +23,7 @@
"@types/jest": "^26.0.0",
"@types/js-yaml": "^3.12.7",
"@types/node": "^12.20.41",
"@vercel/ncc": "^0.34.0",
"jest": "^26.0.0",
"prettier": "2.7.1",
"ts-jest": "^26.0.0",
Expand Down

0 comments on commit a17f35b

Please sign in to comment.