Skip to content

Commit

Permalink
more ignores and install latest testbox in cli mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Sep 23, 2024
1 parent f81fe5b commit 8c3bcbf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions box.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,16 @@
"commandbox-docbox":"*"
},
"dependencies":{
"testbox":"^5.3.0+5"
"testbox":"*"
},
"installPaths":{
"testbox":"testbox/"
},
"ignore":[
"**/.*",
"build/*",
"./tests/**"
"./tests/**",
"./tmp/**"
],
"scripts":{
"build:module":"task run taskFile=build/Build.cfc :projectName=`package show slug` :version=`package show version`",
Expand Down

0 comments on commit 8c3bcbf

Please sign in to comment.