Skip to content

Commit 8efcf46

Browse files
committed
build: disable husky in release job
1 parent 172a5ac commit 8efcf46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
- name: Install dependencies
102102
uses: bahmutov/npm-install@v1
103103
with:
104+
install-command: npm ci --only=production --ignore-scripts
104105
useLockFile: false
105106

106107
- name: Build package

0 commit comments

Comments
 (0)