ts-bigscreen-vue/node_modules/.bin/update-browserslist-db.cmd

7 lines
200 B
Batchfile

@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\update-browserslist-db\cli.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\update-browserslist-db\cli.js" %*
)