Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetMkt committed May 6, 2024
1 parent 119ee2a commit 0466663
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ Test builder for Bitwarden Chrome extension

**For beginners, it's always recommended to use the latest official build of your password manager.**

To load the built extension, [Load an unpacked extension](https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world#load-unpacked).

[Buy Bitwarden Premium Today!](https://bitwarden.com/pricing/)
8 changes: 8 additions & 0 deletions build_extension.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,12 @@
# https://contributing.bitwarden.com/getting-started/clients/browser/
cd clients/apps/browser
# npm run build:watch
# https://github.com/bitwarden/clients/blob/main/.github/workflows/build-browser.yml
# Build
npm run dist
# Build Manifest v3
npm run dist:mv3
# Build Chrome Manifest v3 Beta
npm run dist:chrome:beta
# Gulp
gulp ci

0 comments on commit 0466663

Please sign in to comment.