mirror of
https://github.com/Azure/setup-helm.git
synced 2025-11-07 13:06:56 +00:00
chore: remove unnecessary prebuild script
`@vercel/ncc` is already specified in dev dependencies, so `npm i` installs it. There's no need for a separate `npm i ncc`. Running the prebuild script also adds a dependency, which is definitely not desired.
This commit is contained in:
parent
df342a2656
commit
2ffd4ca7ff
1 changed files with 0 additions and 1 deletions
|
|
@ -15,7 +15,6 @@
|
||||||
},
|
},
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prebuild": "npm i ncc",
|
|
||||||
"build": "ncc build src/index.ts -o lib",
|
"build": "ncc build src/index.ts -o lib",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"test-coverage": "jest --coverage",
|
"test-coverage": "jest --coverage",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue