We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16e6bf0 commit 13c57dbCopy full SHA for 13c57db
test/support/webpacker_helpers.rb
@@ -95,6 +95,7 @@ def with_dev_server
95
check_cmd = "lsof -i :8080 -S"
96
puts check_cmd
97
puts `#{check_cmd}`
98
+ puts `kill -9 #{webpack_dev_server}`
99
# Remove the dev-server packs:
100
WebpackerHelpers.clear_webpacker_packs
101
puts "Killed."
0 commit comments