Skip to content

Commit

Permalink
ci: update step name
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jul 6, 2024
1 parent 490735c commit 80ab5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: 'lts/*'
- name: Install dependencies
run: npm install
- name: Build commonjs
- name: Build packages
run: npm run build
- name: Lint files
run: npm run lint
Expand Down

0 comments on commit 80ab5c0

Please sign in to comment.