mirror of
https://github.com/andy-stack/vaultkeeper-ai.git
synced 2026-07-22 06:42:03 +00:00
chore: add --legacy-peer-deps flag to release workflow
This commit is contained in:
parent
ad850ce5e7
commit
d3294d3870
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
|
||||
- name: Build plugin
|
||||
run: |
|
||||
npm install
|
||||
npm install --legacy-peer-deps
|
||||
npm run build
|
||||
|
||||
- name: Attest main.js
|
||||
|
|
|
|||
Loading…
Reference in a new issue