mirror of
https://github.com/actions/setup-python.git
synced 2025-07-21 23:48:22 +02:00
Updates to ncc build
This commit is contained in:
parent
fdf2f3653d
commit
85aa31ab73
4 changed files with 2814 additions and 2565 deletions
|
@ -8,7 +8,7 @@
|
|||
"build": "tsc",
|
||||
"format": "prettier --write **/*.ts",
|
||||
"format-check": "prettier --check **/*.ts",
|
||||
"release": "ncc build && git add -f dist/",
|
||||
"release": "ncc build src/setup-python.ts && git add -f dist/",
|
||||
"test": "jest"
|
||||
},
|
||||
"repository": {
|
||||
|
@ -24,11 +24,11 @@
|
|||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.2.3",
|
||||
"@actions/tool-cache": "^1.3.2",
|
||||
"semver": "^6.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@actions/io": "^1.0.2",
|
||||
"@actions/tool-cache": "^1.3.2",
|
||||
"@types/jest": "^24.9.1",
|
||||
"@types/node": "^12.12.29",
|
||||
"@types/semver": "^6.2.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue