[fix] Fixed dependencies
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user