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