Skip to content

Commit

Permalink
Fix checks in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DemianParkhomenko committed Nov 28, 2023
1 parent a6f8b99 commit 6af371d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
node-version: '20.x'
cache: 'npm'
- run: npm ci
- run: npm run format:check
- run: npm run lint:check
- run: npm run prettier:check
- run: npm run eslint:check
- run: npm run test
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "echo No tests here.",
"eslint:check": "eslint .",
"eslint:write": "eslint --fix .",
Expand Down

0 comments on commit 6af371d

Please sign in to comment.