Skip to content

Commit 9199745

Browse files
committed
install depcheck
1 parent d926d21 commit 9199745

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/actions/setup-node/action.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ runs:
1313
- name: Install node_modules
1414
shell: bash
1515
run: ./scripts/yarn_install.sh
16+
- name: Install depcheck
17+
shell: bash
18+
run : npm install -g depcheck

dogfood/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ RUN apt-get update && \
191191
google-chrome-stable microsoft-edge-beta && \
192192
# Pre-install system dependencies that Playwright needs. npx doesn't work here
193193
# for some reason. See https://github.com/microsoft/playwright-cli/issues/136
194-
npm i -g playwright@1.19.1 && playwright install-deps
194+
npm i -g playwright@1.19.1 && playwright install-deps depcheck
195195

196196
# Ensure PostgreSQL binaries are in the users $PATH.
197197
RUN update-alternatives --install /usr/local/bin/initdb initdb /usr/lib/postgresql/13/bin/initdb 100 && \

0 commit comments

Comments
 (0)