1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-07 12:25:46 +02: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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