Skip to content

Commit 53676a9

Browse files
Stop installing playwright in the bootstrap step
We install it during tests if necessary
1 parent b1019ca commit 53676a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ SWIFT_SDK_ID ?= wasm32-unknown-wasi
33
.PHONY: bootstrap
44
bootstrap:
55
npm ci
6-
npx playwright install
76

87
.PHONY: unittest
98
unittest:

0 commit comments

Comments
 (0)