mirror of
https://github.com/Azure/setup-helm.git
synced 2026-04-06 06:46:56 +00:00
run to index (#67)
* run to index * action.yaml route * move to dev dep
This commit is contained in:
parent
e00756a00e
commit
fa870ea9a2
3 changed files with 36 additions and 17 deletions
15
package.json
15
package.json
|
|
@ -13,17 +13,18 @@
|
|||
"@octokit/graphql": "^4.6.1",
|
||||
"semver": "^6.1.0"
|
||||
},
|
||||
"main": "lib/run.js",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
"build": "tsc --outDir ./lib --rootDir ./src",
|
||||
"build": "ncc build src/run.ts -o lib",
|
||||
"test": "jest",
|
||||
"test-coverage": "jest --coverage"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^12.0.10",
|
||||
"typescript": "^3.5.2",
|
||||
"jest": "^26.0.1",
|
||||
"@types/jest": "^25.2.2",
|
||||
"ts-jest": "^25.5.1"
|
||||
"@types/node": "^12.0.10",
|
||||
"@vercel/ncc": "^0.33.1",
|
||||
"jest": "^26.0.1",
|
||||
"ts-jest": "^25.5.1",
|
||||
"typescript": "^3.5.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue