mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-03-29 10:52:16 +08:00
Update package.json
This commit is contained in:
parent
10d9433b15
commit
43974c78e2
@ -1,10 +1,11 @@
|
||||
{
|
||||
"name": "k8s-deploy-action",
|
||||
"version": "0.0.0",
|
||||
"version": "5.0.0",
|
||||
"author": "Deepak Sattiraju",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "npm i ncc && npx ncc build src/run.ts -o lib",
|
||||
"prebuild": "npm i @ncc/vercel",
|
||||
"build": "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