1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-31 16:53:27 +00:00

Ignore scripts for CLI install

This commit is contained in:
Anders Åberg
2025-12-16 11:50:14 +01:00
parent 9d7c8efb73
commit 8065e86e4f

View File

@@ -289,7 +289,7 @@ jobs:
working-directory: ./
- name: Install (CLI)
run: pnpm install
run: pnpm install --ignore-scripts
- name: Output help
run: node ./build/bw.js --help