Skip to content

Commit b5af352

Browse files
committed
modified package.json
1 parent 931fa99 commit b5af352

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,3 @@ jobs:
2222

2323
- name: Run ESLint
2424
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"type": "module",
1717
"main": "index.html",
1818
"scripts": {
19+
"lint": "eslint .",
1920
"dev": "vite",
2021
"build": "vite build",
2122
"preview": "vite preview"

0 commit comments

Comments
 (0)