[fix] Fixed frontend dependencies

This commit is contained in:
ITQ
2024-04-01 00:46:14 +03:00
parent 6aa1df0288
commit 817f4c3e3f
2 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
with:
node-version: '18'
- name: Install dependencies
run: cd frontend && npm install
run: cd frontend && npm install --save-dev
- name: Linting
run: cd frontend && npm run lint