Install before dist
This commit is contained in:
@@ -26,6 +26,8 @@ pushd "%ROOT%"
|
||||
)
|
||||
set OUT_FILE=repertory-ui_%APP_VER%_win.exe
|
||||
|
||||
call npm install
|
||||
|
||||
call npm run dist && (
|
||||
pushd dist
|
||||
(certutil -hashfile "%OUT_FILE%" SHA256 | %SED_BIN% -e "1d" -e "$d" -e "s/\ //g") > "%OUT_FILE%.sha256" || (call :ERROR "Create sha-256 failed")
|
||||
|
||||
Reference in New Issue
Block a user