mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-03-04 00:52:17 +08:00
add installing ncc to build (#302)
* add installing ncc to build * include npx to get to bin link
This commit is contained in:
parent
1fea8281df
commit
93550c22f0
@ -4,7 +4,7 @@
|
||||
"author": "Deepak Sattiraju",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "npx ncc build src/run.ts -o lib",
|
||||
"build": "npm i ncc && npx ncc build src/run.ts -o lib",
|
||||
"test": "jest",
|
||||
"coverage": "jest --coverage=true",
|
||||
"format": "prettier --write .",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user