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