From a2dc254c0649ee808b7ef3ac657f55a79eededd0 Mon Sep 17 00:00:00 2001 From: boytchev <70705048+boytchev@users.noreply.github.com> Date: Tue, 11 Jun 2024 20:34:51 +0300 Subject: [PATCH] Fixed renamed folder --- RECHECK-FIX.bat | 2 +- RECHECK.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RECHECK-FIX.bat b/RECHECK-FIX.bat index e194453..40ef5c2 100644 --- a/RECHECK-FIX.bat +++ b/RECHECK-FIX.bat @@ -4,7 +4,7 @@ if not defined in_subprocess (cmd /k set in_subprocess=y ^& %0 %*) & exit ) call npx eslint --fix src\*.js -call npx eslint --fix demos\*.js +call npx eslint --fix online\*.js pause exit diff --git a/RECHECK.bat b/RECHECK.bat index ba5a068..b6a553e 100644 --- a/RECHECK.bat +++ b/RECHECK.bat @@ -4,7 +4,7 @@ if not defined in_subprocess (cmd /k set in_subprocess=y ^& %0 %*) & exit ) call npx eslint src\*.js -call npx eslint demos\*.js +call npx eslint online\*.js pause exit \ No newline at end of file