mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
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:
parent
c6bd8577a9
commit
f30151491d
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user