We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 931fa99 commit b5af352Copy full SHA for b5af352
.github/workflows/ci.yml
@@ -22,12 +22,3 @@ jobs:
22
23
- name: Run ESLint
24
run: npm run lint
25
-
26
- - name: Run Jest
27
- run: npm test -- --coverage
28
29
- - name: SonarCloud Scan
30
- uses: SonarSource/sonarcloud-github-action@v2
31
- env:
32
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
package.json
@@ -16,6 +16,7 @@
16
"type": "module",
17
"main": "index.html",
18
"scripts": {
19
+ "lint": "eslint .",
20
"dev": "vite",
21
"build": "vite build",
"preview": "vite preview"
0 commit comments