Skip to content

Commit bd85c7f

Browse files
committed
Update the "lint" task
1 parent 4739bd3 commit bd85c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ task "dist", "Packages the project.", ->
1414
invoke script for script from ["clean", "build"]
1515

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

1919
task "publish", "Publishes the package.", ->
2020
invoke "dist"

0 commit comments

Comments
 (0)