Skip to content

Commit

Permalink
include deps
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpertsov committed Nov 13, 2023
1 parent b3ce65a commit 788dbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/examples/echo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ run-server: build
.PHONY: install-playwright
install-playwright:
npm install
npx playwright install
npx playwright install --with-deps

test-run-server: build install-playwright
npx playwright test
Expand Down

0 comments on commit 788dbba

Please sign in to comment.