Update publish-snapshot.yml (#1827)

Ensure playwright is installed when building.
This commit is contained in:
Nicholas Tollervey
2023-11-01 10:23:33 +00:00
committed by GitHub
parent b31af823d1
commit 54df7171a2

View File

@@ -41,7 +41,7 @@ jobs:
${{ runner.os }}-
- name: Install Dependencies
run: npm install
run: npm install && npx playwright install
- name: Build Pyscript.core
run: npm run build