Skip to content

Commit 0503bd3

Browse files
fix(safari-prod-build-instructions): Replace npm run dist:safari:dmg with new npm run dist:safari (#615)
1 parent 617094a commit 0503bd3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/getting-started/clients/browser/biometric.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ instead.
5353
### Build and Run the Browser Extension
5454

5555
- In the local Browser project, run `npm ci`.
56-
- To use the local browser extension on Safari, use this command: `npm run dist:safari:dmg`. Once
57-
this has built, you should see the Bitwarden Extension in Safari's Settings under Extensions menu.
58-
If not, open and build the related Xcode project (usually found in
56+
- To use the local browser extension on Safari, use this command: `npm run dist:safari`. Once this
57+
has built, you should see the Bitwarden Extension in Safari's Settings under Extensions menu. If
58+
not, open and build the related Xcode project (usually found in
5959
`$HOME/browser/dist/Safari/dmg/desktop.xcodeproj`). It should then show up in the Settings
6060
Extensions menu, and you can enable it.
6161
- For other browsers, use `npm run build:watch` and then load the locally built extension using the

docs/getting-started/clients/browser/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ the extension for every change, which is slower.
228228
1. Build the extension for Safari
229229
230230
```bash
231-
npm run dist:safari:dmg
231+
npm run dist:safari
232232
```
233233
234234
2. Open Safari and check Settings to confirm that the extension is installed and enabled

0 commit comments

Comments
 (0)