1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 14:34:02 +00:00

build: musl (dynamically linked) target

This commit is contained in:
tangowithfoxtrot
2024-12-03 21:42:51 +00:00
committed by GitHub
parent c073e91f17
commit a1ff5f8ef0

View File

@@ -42,6 +42,7 @@
"package:bit:win": "pkg . --targets win-x64 --output ./dist/bit/windows/bw.exe",
"package:bit:mac": "pkg . --targets macos-x64 --output ./dist/bit/macos/bw",
"package:bit:lin": "pkg . --targets linux-x64 --output ./dist/bit/linux/bw",
"package:bit:lin-musl": "pkg . --targets alpine --output ./dist/bit/linux-musl/bw",
"test": "jest",
"test:watch": "jest --watch",
"test:watch:all": "jest --watchAll"