Skip to content

Commit

Permalink
change to use bx-orm@be
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Feb 1, 2025
1 parent e144976 commit 0e7dff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion box.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"scripts":{
"build:module":"task run taskFile=build/Build.cfc :projectName=`package show slug` :version=`package show version`",
"build:docs":"task run taskFile=build/Build.cfc target=docs :projectName=`package show slug` :version=`package show version`",
"install:dependencies":"install && cd test-harness && install",
"install:dependencies":"install --force && cd test-harness && install --force",
"release":"recipe build/release.boxr",
"format":"cfformat run helpers,models,test-harness/tests/,ModuleConfig.cfc --overwrite",
"format:watch":"cfformat watch helpers,models,test-harness/tests/,ModuleConfig.cfc ./.cfformat.json",
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"BOXLANG_DEBUG":true
},
"scripts":{
"onServerInitialInstall":"install bx-compat-cfml@be,bx-orm,bx-mysql,bx-esapi --noSave"
"onServerInitialInstall":"install bx-compat-cfml@be,bx-orm@be,bx-mysql,bx-esapi --noSave"
}
}

0 comments on commit 0e7dff9

Please sign in to comment.