This website requires JavaScript.
Explore
Help
Sign In
root
/
playwright
mirror of
https://github.com/microsoft/playwright.git
Watch
1
Star
0
Fork
You've already forked playwright
0
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
main
playwright
/
utils
/
kill_watch.sh
3 lines
94 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
chore: build a client bundle (#34847)
2025-02-20 07:27:00 +08:00
#!/bin/sh
devops: use esbuild instead of babel (#35467)
2025-04-04 13:40:35 +08:00
ps ax
|
grep playwright
|
grep
"vite\|tsc\|esbuild"
|
sed
's|pts/.*||'
|
xargs
kill