mirror of
https://github.com/actions/setup-python.git
synced 2025-06-24 04:38:00 +02:00
Update release script
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
"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/",
|
||||
"release": "ncc build && git add -f dist/",
|
||||
"test": "jest"
|
||||
},
|
||||
"repository": {
|
||||
|
Reference in New Issue
Block a user