iorate / ublacklist

Blocks specific sites from appearing in Google search results
https://iorate.github.io/ublacklist/
MIT License
5.53k stars 280 forks source link

Update tools #448

Closed iorate closed 4 months ago

iorate commented 4 months ago

This pull request updates tools for better developer experience.

Notes

CC: @HoneyLuka

After pulling this update to your local repository

The following steps may be needed.

# Fully uninstall yarn and husky
rm -rf .yarn .husky
git config --unset core.hooksPath

# Install dependencies and hooks
pnpm install

If you installed Node.js from Homebrew

You need to install corepack separately.

brew install corepack

If you manage pnpm in a way different than corepack

You can use corepack pnpm instead of pnpm.

corepack pnpm install

corepack pnpm build

Specify the browser

Use --browser or -b.

pnpm build --browser safari
github-actions[bot] commented 4 months ago

:tada: This PR is included in version 8.6.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

HoneyLuka commented 4 months ago

Thanks iorate for the tips, I have successfully compiled the code, and I will update the Safari version later.