This PR cherry-picks the following commits:
- a5eee6d960
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
5455a5a5fb
commit
6e8c2c5d8d
|
|
@ -1,4 +1,6 @@
|
||||||
@ECHO OFF
|
@echo off
|
||||||
SETLOCAL
|
setlocal
|
||||||
IF %PLAYWRIGHT_NODEJS_PATH%x == x SET PLAYWRIGHT_NODEJS_PATH="%~dp0\node.exe"
|
if not defined PLAYWRIGHT_NODEJS_PATH (
|
||||||
"%PLAYWRIGHT_NODEJS_PATH%" "%~dp0\package\lib\cli\cli.js" %*
|
set PLAYWRIGHT_NODEJS_PATH=%~dp0\node.exe
|
||||||
|
)
|
||||||
|
"""%PLAYWRIGHT_NODEJS_PATH%""" "%~dp0\package\lib\cli\cli.js" %*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue