Skip to content

Commit

Permalink
Update rebuild-e2e.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Dec 11, 2024
1 parent edd184c commit 2fc1b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rebuild-e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { spawnSync } from 'node:child_process';

/**
* Simple script to run docker-compose with the correct playwright version
* Need this script because npm under windows uses cmd which is unable to use variables in a cli like $version
* Need this script because npm under windows uses cmd which is unable to use variables in a CLI like $version
*/

const rebuildE2e = () => {
Expand Down

0 comments on commit 2fc1b2d

Please sign in to comment.