mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-27 17:08:28 +02:00
move download finish to then statement
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
This commit is contained in:
parent
fdf1695da1
commit
c7a6943d3b
3 changed files with 9 additions and 11 deletions
|
@ -5,7 +5,7 @@
|
|||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"release": "ncc build src/download-artifact.ts && git add -f dist/",
|
||||
"release": "ncc build src/download-artifact.ts",
|
||||
"check-all": "concurrently \"npm:format-check\" \"npm:lint\" \"npm:build\"",
|
||||
"format": "prettier --write **/*.ts",
|
||||
"format-check": "prettier --check **/*.ts",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue