Skip to content

Commit

Permalink
fix: issue with update-playwright.js (#2151)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Jan 30, 2024
1 parent c2e0b16 commit 964bce8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/scripts/update-playwright.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const updatePlaywright = () => {
{
from: `oldPlaywrightVersion = '${oldPlaywrightVersion}'`,
to: `oldPlaywrightVersion = '${version}'`,
files: ['scripts/update-playwright.js']
files: ['.github/scripts/update-playwright.js']
}
];

Expand All @@ -41,5 +41,4 @@ const updatePlaywright = () => {

return 'Success';
};

updatePlaywright();
export default updatePlaywright;

0 comments on commit 964bce8

Please sign in to comment.