Skip to content

Commit

Permalink
fix: issue for playwright patternhub
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget committed Sep 19, 2024
1 parent eada3eb commit a7436df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion showcases/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const projects: Project[] = [
];

// There is an issue with stencil not working with webkit mobile
if (!process.env.showcase.startsWith('stencil')) {
if (!process.env.showcase?.startsWith('stencil')) {
projects.push({
name: 'mobile_safari',
use: {
Expand Down

0 comments on commit a7436df

Please sign in to comment.