Skip to content

Commit 7b0236e

Browse files
committed
[build] do not change directory for npm install since using with prefix
1 parent 8b5f9c4 commit 7b0236e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Rakefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -544,9 +544,7 @@ namespace :node do
544544
end
545545

546546
# Update package-lock.json
547-
Dir.chdir('javascript/selenium-webdriver') do
548-
sh 'npm install --prefix javascript/selenium-webdriver', verbose: true
549-
end
547+
sh 'npm install --prefix javascript/selenium-webdriver', verbose: true
550548
@git.add('javascript/selenium-webdriver/package-lock.json')
551549
end
552550
end

0 commit comments

Comments
 (0)