mirror of
https://github.com/bitwarden/clients.git
synced 2025-12-05 19:17:06 -06:00
* feat: add commercial sdk as optional dependency * feat: add alias to CLI * feat: add alias to browser * feat: add alias to web * fix: revert optional - we cant omit optional dependencies or the builds break * feat: remove commercial package from browser build * feat: remove commercial package from cli build * feat: remove commercial package from web build * chore: add commercial sdk to renovate * fix: windows cli workflow * fix: accidental change * feat: add lint for version string * undo weird merge changes
5 lines
187 B
Plaintext
5 lines
187 B
Plaintext
save-exact=true
|
|
# Increase available heap size to avoid running out of memory when compiling.
|
|
# This applies to all npm scripts in this repository.
|
|
node-options=--max-old-space-size=8192
|