mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-07 14:55:30 +02:00
Update @zen-browser/surfer to version 1.10.2, remove outdated test, and add new test for browser workspaces
This commit is contained in:
parent
505e192b66
commit
f14f87b54e
9 changed files with 48 additions and 10 deletions
10
scripts/update-surfer.sh
Normal file
10
scripts/update-surfer.sh
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
# make sure we are on root
|
||||
if [ ! -f "package.json" ]; then
|
||||
echo "Please run this script from the root of the project"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
npm update @zen-browser/surfer
|
||||
npm i @zen-browser/surfer@latest
|
Loading…
Add table
Add a link
Reference in a new issue