mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-21 16:18:55 +00:00
fix(js ci): don't ignore native deps anymore
we need em for desktop :)
This commit is contained in:
parent
93808ca6a7
commit
3bfa6001f7
1 changed files with 1 additions and 2 deletions
3
.github/workflows/js-tests.yml
vendored
3
.github/workflows/js-tests.yml
vendored
|
|
@ -44,7 +44,6 @@ jobs:
|
|||
cache: npm
|
||||
- uses: ./.github/actions/retry
|
||||
with:
|
||||
# --ignore-scripts: TS & tests don't need native deps
|
||||
command: npm ci --ignore-scripts
|
||||
command: npm ci
|
||||
- run: npm run --prefix ${{ matrix.package }} check
|
||||
- run: npm run --prefix ${{ matrix.package }} fix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue