mirror of
https://github.com/Azure/setup-helm.git
synced 2025-11-08 05:26:56 +00:00
run to index
This commit is contained in:
parent
2998c83e16
commit
8cf628d907
2 changed files with 4 additions and 3 deletions
1
.github/workflows/integration-tests.yml
vendored
1
.github/workflows/integration-tests.yml
vendored
|
|
@ -22,6 +22,7 @@ jobs:
|
||||||
echo $PR_BASE_REF
|
echo $PR_BASE_REF
|
||||||
if [[ $PR_BASE_REF != releases/* ]]; then
|
if [[ $PR_BASE_REF != releases/* ]]; then
|
||||||
npm install
|
npm install
|
||||||
|
npm i -g @vercel/ncc
|
||||||
npm run build
|
npm run build
|
||||||
fi
|
fi
|
||||||
- name: Setup helm
|
- name: Setup helm
|
||||||
|
|
|
||||||
|
|
@ -13,9 +13,9 @@
|
||||||
"@octokit/graphql": "^4.6.1",
|
"@octokit/graphql": "^4.6.1",
|
||||||
"semver": "^6.1.0"
|
"semver": "^6.1.0"
|
||||||
},
|
},
|
||||||
"main": "lib/run.js",
|
"main": "lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc --outDir ./lib --rootDir ./src",
|
"build": "ncc build src/run.ts -o lib",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"test-coverage": "jest --coverage"
|
"test-coverage": "jest --coverage"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue