move download finish to then statement

Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
This commit is contained in:
Eli Uriegas 2021-05-19 15:30:55 -07:00
parent fdf1695da1
commit c7a6943d3b
No known key found for this signature in database
GPG key ID: EE2C3B4893010973
3 changed files with 9 additions and 11 deletions

View file

@ -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",