mirror of
https://github.com/codeflash-ai/codeflash-internal.git
synced 2026-05-04 18:25:18 +00:00
Update codeflash-js.yaml
This commit is contained in:
parent
40def05997
commit
eaa56e9ebf
1 changed files with 4 additions and 0 deletions
4
.github/workflows/codeflash-js.yaml
vendored
4
.github/workflows/codeflash-js.yaml
vendored
|
|
@ -88,6 +88,8 @@ jobs:
|
|||
node-version: '20'
|
||||
cache: 'npm'
|
||||
cache-dependency-path: js/cf-api/package-lock.json
|
||||
registry-url: https://npm.pkg.github.com
|
||||
scope: "@codeflash-ai"
|
||||
|
||||
- name: Install cf-api dependencies
|
||||
working-directory: js/cf-api
|
||||
|
|
@ -141,6 +143,8 @@ jobs:
|
|||
node-version: '20'
|
||||
cache: 'npm'
|
||||
cache-dependency-path: js/cf-webapp/package-lock.json
|
||||
registry-url: https://npm.pkg.github.com
|
||||
scope: "@codeflash-ai"
|
||||
|
||||
- name: Install cf-webapp dependencies
|
||||
working-directory: js/cf-webapp
|
||||
|
|
|
|||
Loading…
Reference in a new issue