4
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2025-11-07 13:06:56 +00:00

Update package.json

This commit is contained in:
David Gamero 2024-02-12 18:11:36 -05:00 committed by GitHub
parent d1b420ecdf
commit 52efbe473f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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",