Skip to content

Commit b5b6e90

Browse files
authored
Add npm ci to wasm internal docs (#567)
## ๐ŸŽŸ๏ธ Tracking <!-- Paste the link to the Jira or GitHub issue or otherwise describe / point to where this change is coming from. --> ## ๐Ÿ“” Objective <!-- Describe what the purpose of this PR is, for example what bug you're fixing or new feature you're adding. --> ## ๐Ÿšจ Breaking Changes <!-- Does this PR introduce any breaking changes? If so, please describe the impact and migration path for clients. If you're unsure, the automated TypeScript compatibility check will run when you open/update this PR and provide feedback. For breaking changes: 1. Describe what changed in the client interface 2. Explain why the change was necessary 3. Provide migration steps for client developers 4. Link to any paired client PRs if needed Otherwise, you can remove this section. --> ## โฐ Reminders before review - Contributor guidelines followed - All formatters and local linters executed and passed - Written new unit and / or integration tests where applicable - Protected functional changes with optionality (feature flags) - Used internationalization (i18n) for all UI strings - CI builds passed - Communicated to DevOps any deployment requirements - Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team ## ๐Ÿฆฎ Reviewer guidelines <!-- Suggested interactions but feel free to use (or not) as you desire! --> - ๐Ÿ‘ (`:+1:`) or similar for great changes - ๐Ÿ“ (`:memo:`) or โ„น๏ธ (`:information_source:`) for notes or general info - โ“ (`:question:`) for questions - ๐Ÿค” (`:thinking:`) or ๐Ÿ’ญ (`:thought_balloon:`) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion - ๐ŸŽจ (`:art:`) for suggestions / improvements - โŒ (`:x:`) or โš ๏ธ (`:warning:`) for more significant problems or concerns needing attention - ๐ŸŒฑ (`:seedling:`) or โ™ป๏ธ (`:recycle:`) for future improvements or indications of technical debt - โ› (`:pick:`) for minor or nitpick changes
1 parent de5ff02 commit b5b6e90

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

โ€Žcrates/bitwarden-wasm-internal/README.mdโ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ contain no logic but rather only handle WASM unique conversions and bindings. Bu
1212

1313
- `wasm32-unknown-unknown` rust target.
1414
- `binaryen` installed for `wasm-opt` and `wasm2js`.
15+
- npm packages must be installed in the `npm` folder. Run `npm ci` inside:
16+
- **OSS:** `crates/bitwarden-wasm-internal/npm`
17+
- **Commercial:** `crates/bitwarden-wasm-internal/bitwarden_license/npm`
1518

1619
```bash
1720
rustup target add wasm32-unknown-unknown

0 commit comments

Comments
ย (0)