Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Commit c946544

Browse files
author
Govinda Raju
committed
Bug fix in install_dependencies
1 parent 0d06294 commit c946544

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hooks/pre_deploy_hook.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ param(
1717
)
1818

1919
function install_dependencies ($CWD, $SOURCE_DIR) {
20-
$INSTALL_PATH = $SKILL_NAME + "\" +$SOURCE_DIR
21-
Set-Location $INSTALL_PATH
20+
Set-Location $SOURCE_DIR
2221
Invoke-Expression "npm install" 2>&1 | Out-Null
2322
$EXEC_RESULT = $?
2423
Set-Location $CWD

0 commit comments

Comments
 (0)