Update .github/workflows/pull_request.yml

This commit is contained in:
Med Marrouchi 2025-01-02 15:57:16 +01:00 committed by GitHub
parent b1fad65c0a
commit 4679dbc6a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@ jobs:
run: cd widget && npm run lint run: cd widget && npm run lint
- name: 🖋️ ESLint checks for Frontend ... - name: 🖋️ ESLint checks for Frontend ...
run: cd frontend && npx lint-staged run: cd frontend && npm run lint
- name: 🛠️ build Widget ... - name: 🛠️ build Widget ...
run: cd widget && npm run build run: cd widget && npm run build