Skip to content

Commit

Permalink
Update the "lint" task
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Dec 12, 2024
1 parent 4739bd3 commit bd85c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ task "dist", "Packages the project.", ->
invoke script for script from ["clean", "build"]

task "lint", "Performs the static analysis of source code.", ->
npx "coffeelint", "--file=etc/coffeelint.json", "example", "src", "test"
npx "coffeelint", "--file=etc/coffeelint.json", "build.coffee", "example", "src", "test"

task "publish", "Publishes the package.", ->
invoke "dist"
Expand Down

0 comments on commit bd85c7f

Please sign in to comment.