We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4739bd3 commit bd85c7fCopy full SHA for bd85c7f
build.coffee
@@ -14,7 +14,7 @@ task "dist", "Packages the project.", ->
14
invoke script for script from ["clean", "build"]
15
16
task "lint", "Performs the static analysis of source code.", ->
17
- npx "coffeelint", "--file=etc/coffeelint.json", "example", "src", "test"
+ npx "coffeelint", "--file=etc/coffeelint.json", "build.coffee", "example", "src", "test"
18
19
task "publish", "Publishes the package.", ->
20
invoke "dist"
0 commit comments