Skip to content

Commit

Permalink
Replace next cli command w/npm run
Browse files Browse the repository at this point in the history
  • Loading branch information
nnayk committed Nov 11, 2023
1 parent 047054b commit 92e002d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- name: Install dependencies
uses: actions/checkout@v4
- run: npm install
- run: next lint
- run: npm run lint

0 comments on commit 92e002d

Please sign in to comment.