mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-02 18:14:38 +00: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:
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
|
||||
Reference in New Issue
Block a user