Skip to content

Commit

Permalink
Fix CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SoorajModi committed May 17, 2024
1 parent e006c90 commit af7093d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ jobs:
run: npm ci

- name: Run linter ⚡
run: next lint

- name: Run tests ✅
run: npm test
run: npm run lint

- name: Run build 🔨
run: next build
run: npm run build
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ npm ci

Run server on [http://localhost:3000](http://localhost:3000)
```bash
next start
npm run dev
```

Build
```bash
next build
npm run build
```

Run linter
```bash
next lint
npm run lint
```

## License
Expand Down

0 comments on commit af7093d

Please sign in to comment.