Skip to content

Commit 4b9ad3f

Browse files
committed
Fix npm-publish.yml
1 parent 4956aa0 commit 4b9ad3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
with:
1616
node-version: 16
1717
- run: npm install
18+
- run: npx playwright install --with-deps
1819
- run: npm run prepublishOnly
19-
- run: npm run build
2020
- run: npm run lint
2121
- run: npm run test:coverage
2222
- run: npm run test:e2e

0 commit comments

Comments
 (0)