Skip to content

Commit

Permalink
wip: add @yari-internal/play to cloud-function deps
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA committed Dec 11, 2024
1 parent 5e2cb16 commit db7aee9
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ jobs:
key: vscode-ripgrep-bin-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('yarn.lock') }}
path: node_modules/@vscode/ripgrep/bin/

- name: Install all npm packages (libs/play)
working-directory: libs/play
run: npm ci

- name: Install all yarn packages (ROOT)
run: yarn --frozen-lockfile
env:
Expand Down
26 changes: 26 additions & 0 deletions cloud-function/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions cloud-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@yari-internal/constants": "file:src/internal/constants",
"@yari-internal/fundamental-redirects": "file:src/internal/fundamental-redirects",
"@yari-internal/locale-utils": "file:src/internal/locale-utils",
"@yari-internal/play": "file:src/internal/play",
"@yari-internal/pong": "file:src/internal/pong",
"@yari-internal/slug-utils": "file:src/internal/slug-utils",
"accept-language-parser": "^1.5.0",
Expand Down

0 comments on commit db7aee9

Please sign in to comment.