Skip to content

Commit aec56ed

Browse files
Update Makefile
more clean make check command Co-authored-by: Raghd Hamzeh <[email protected]>
1 parent 27167d0 commit aec56ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ lint:
2929
npm run lint
3030

3131
# Check lint, test and audit
32-
check:
33-
npm run lint && npm test && npm audit
32+
check: lint audit test
3433

3534
# Run linter with auto-fix
3635
lint-fix:

0 commit comments

Comments
 (0)