mirror of
https://github.com/bitwarden/browser
synced 2026-01-31 00:33:33 +00:00
9 lines
124 B
Bash
9 lines
124 B
Bash
#!/usr/bin/env bash
|
|
|
|
cd apps/desktop/desktop_native/napi
|
|
npm run build
|
|
cd ../..
|
|
npm run build && npm run pack:win
|
|
cd ../..
|
|
|