mirror of
https://github.com/actions/setup-python
synced 2025-04-05 06:49:43 +00:00
Use ncc instead of saving node_modules
This commit is contained in:
@ -3,11 +3,12 @@
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "Setup python action",
|
||||
"main": "lib/setup-python.js",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"format": "prettier --write **/*.ts",
|
||||
"format-check": "prettier --check **/*.ts",
|
||||
"release": "ncc build -o dist/restore src/restore.ts && ncc build -o dist/save src/save.ts && git add -f dist/",
|
||||
"test": "jest"
|
||||
},
|
||||
"repository": {
|
||||
@ -31,6 +32,7 @@
|
||||
"@types/jest": "^24.0.13",
|
||||
"@types/node": "^12.0.4",
|
||||
"@types/semver": "^6.0.0",
|
||||
"@zeit/ncc": "^0.20.5",
|
||||
"husky": "^2.3.0",
|
||||
"jest": "^24.8.0",
|
||||
"jest-circus": "^24.7.1",
|
||||
|
Reference in New Issue
Block a user