10
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2026-04-08 15:54:20 +00:00

v4 release and required workflow updates (#125)

* v4 release and workflow update

* Update release-pr.yml

* Update release-pr.yml

* Update package.json

* format
This commit is contained in:
David Gamero 2024-02-12 18:30:35 -05:00 committed by GitHub
parent 208de6bd49
commit 0788eb3317
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 18 additions and 8 deletions

View file

@ -15,6 +15,7 @@
},
"main": "lib/index.js",
"scripts": {
"prebuild": "npm i ncc",
"build": "ncc build src/run.ts -o lib",
"test": "jest",
"test-coverage": "jest --coverage",