1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-06 04:23:19 +00:00

Add Husky to release pipeline (#475)

This commit is contained in:
Joseph Flinn
2022-02-10 14:03:09 -08:00
committed by GitHub
parent f484ef37c5
commit 81afc009e6

View File

@@ -191,5 +191,8 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Install Husky
run: npm install -g husky
- name: Publish NPM
run: npm publish --access public