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 1cae3b4 commit 45b2ff6Copy full SHA for 45b2ff6
box.json
@@ -33,8 +33,8 @@
33
},
34
"scripts":{
35
"toMaster":"recipe build/toMaster.boxr",
36
- "format":"cfformat handlers/**.cfc,interceptors/**.cfc,models/**.cfc --overwrite",
37
- "format:watch":"cfformat handlers/**.cfc,interceptors/**.cfc,models/**.cfc --watch",
38
- "format:check":"cfformat handlers/**.cfc,interceptors/**.cfc,models/**.cfc --check"
+ "format":"cfformat run handlers/**.cfc,interceptors/**.cfc,models/**.cfc --overwrite",
+ "format:watch":"cfformat run handlers/**.cfc,interceptors/**.cfc,models/**.cfc --watch",
+ "format:check":"cfformat run handlers/**.cfc,interceptors/**.cfc,models/**.cfc --check"
39
}
40
0 commit comments