7 lines
170 B
Batchfile
Executable file
7 lines
170 B
Batchfile
Executable file
@echo off
|
|
setlocal
|
|
if not defined PLAYWRIGHT_NODEJS_PATH (
|
|
set PLAYWRIGHT_NODEJS_PATH="%~dp0\node.exe"
|
|
)
|
|
""%PLAYWRIGHT_NODEJS_PATH%"" "%~dp0\package\lib\cli\cli.js" %*
|