mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Add a yarn.lock file and use for node.js setup
This commit is contained in:
parent
9b991eb4fe
commit
bd9aa578f4
2 changed files with 8345 additions and 0 deletions
1
.github/workflows/github_pages_deploy.yml
vendored
1
.github/workflows/github_pages_deploy.yml
vendored
|
@ -19,6 +19,7 @@ jobs:
|
|||
with:
|
||||
node-version: 16.x
|
||||
cache: yarn
|
||||
cache-dependency-path: documentation/yarn.lock
|
||||
- name: Install dependencies
|
||||
working-directory: documentation
|
||||
run: yarn install --frozen-lockfile --non-interactive
|
||||
|
|
8344
documentation/yarn.lock
Normal file
8344
documentation/yarn.lock
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue