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 6e54461 commit 4739bd3Copy full SHA for 4739bd3
build.coffee
@@ -12,7 +12,6 @@ task "clean", "Deletes all generated files.", ->
12
13
task "dist", "Packages the project.", ->
14
invoke script for script from ["clean", "build"]
15
- rmSync "lib/cakefile.js"
16
17
task "lint", "Performs the static analysis of source code.", ->
18
npx "coffeelint", "--file=etc/coffeelint.json", "example", "src", "test"
0 commit comments