Skip to content

Commit

Permalink
chore: npm test check lint after unit
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Nov 23, 2024
1 parent fcf37a5 commit f86307f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"format/check": "prettier . --check",
"format/fix": "prettier . --write",
"unit": "ava",
"test": "run-s clean-artifacts format/check compile lint unit",
"test": "run-s clean-artifacts format/check compile unit lint",
"clean-artifacts": "git clean lib -X --force",
"is-code-clean": "git diff-index HEAD --quiet",
"prepublishOnly": "run-s is-code-clean compile"
Expand Down

0 comments on commit f86307f

Please sign in to comment.