From d27c8d379febc745a12b6629f7f055d5de8f964a Mon Sep 17 00:00:00 2001 From: Vyacheslav Date: Wed, 24 Apr 2024 11:20:29 +0300 Subject: [PATCH] feat(live_monitor_ts): create pipline tests and lint --- .gitea/workflows/live_monitor_ui.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/live_monitor_ui.yml b/.gitea/workflows/live_monitor_ui.yml index c2d34e8..5568187 100644 --- a/.gitea/workflows/live_monitor_ui.yml +++ b/.gitea/workflows/live_monitor_ui.yml @@ -27,9 +27,9 @@ jobs: run: npm install --global yarn - name: install node_modules - run: npm install + run: yarn working-directory: ./live_monitor_ts - name: lint - run: npm run lint + run: yarn lint working-directory: ./live_monitor_ts \ No newline at end of file