[fix] Fixed dependencies

This commit is contained in:
ITQ
2024-04-01 01:02:49 +03:00
parent 817f4c3e3f
commit 1c037c4b6f
3 changed files with 1985 additions and 204 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
with:
node-version: '18'
- name: Install dependencies
run: cd frontend && npm install --save-dev
run: cd frontend && npm install
- name: Linting
run: cd frontend && npm run lint