From 2fc1b2d2e273a1cb0aa3b0cf29e61849cd1fe58f Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:17:45 +0100 Subject: [PATCH] Update rebuild-e2e.js --- scripts/rebuild-e2e.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rebuild-e2e.js b/scripts/rebuild-e2e.js index 3093540d930..fa744f728f7 100644 --- a/scripts/rebuild-e2e.js +++ b/scripts/rebuild-e2e.js @@ -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 = () => {