Revert "ci: fix failing build-ts-docs workflow (#2142)"

According to jacoobes, --ignore-scripts was removed in yarn v2.

This reverts commit c6bd8577a9.

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel 2024-03-19 12:28:43 -04:00
parent c6bd8577a9
commit f30151491d

View File

@ -350,7 +350,7 @@ jobs:
- node/install-packages:
pkg-manager: yarn
app-dir: gpt4all-bindings/typescript
override-ci-command: yarn install --ignore-scripts
override-ci-command: yarn install
- run:
name: build docs ts yo
command: |