[fix] Fixed dependencies and CI/CD

This commit is contained in:
ITQ
2024-04-01 01:06:36 +03:00
parent 1c037c4b6f
commit 0867866f00
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -16,6 +16,7 @@ jobs:
run: cd frontend && npm install
- name: Linting
run: cd frontend && npm run lint
continue-on-error: true
build_and_push:
runs-on: ubuntu-latest
-1
View File
@@ -4,7 +4,6 @@ module.exports = {
"es2021": true
},
"extends": [
"standard-with-typescript",
"plugin:react/recommended"
],
"overrides": [