mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-04-12 17:42:20 +08:00
Update package.json
This commit is contained in:
parent
10d9433b15
commit
43974c78e2
@ -1,10 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "k8s-deploy-action",
|
"name": "k8s-deploy-action",
|
||||||
"version": "0.0.0",
|
"version": "5.0.0",
|
||||||
"author": "Deepak Sattiraju",
|
"author": "Deepak Sattiraju",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"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",
|
"test": "jest",
|
||||||
"coverage": "jest --coverage=true",
|
"coverage": "jest --coverage=true",
|
||||||
"format": "prettier --write .",
|
"format": "prettier --write .",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user