We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4328db1 commit e972898Copy full SHA for e972898
Makefile
@@ -3,7 +3,7 @@ SWIFT_SDK_ID ?= wasm32-unknown-wasi
3
.PHONY: bootstrap
4
bootstrap:
5
npm ci
6
- npx playwright install
+ npx playwright install chromium-headless-shell
7
8
.PHONY: unittest
9
unittest:
0 commit comments