Skip to content

Commit

Permalink
adding more scripts to the box.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Nov 10, 2023
1 parent 668b719 commit 737e20b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion box-site.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,13 @@
"defaultGrammar":"AutoDiscover@qb"
},
"scripts" : {
"contentbox:install":"install --force && cd modules/contentbox && install --force",
"contentbox:migrate" : "migrate up manager=contentbox",
"contentbox:migrate:up" : "run-script contentbox:migrate",
"contentbox:migrate:down" : "migrate down manager=contentbox",
"install:2021":"!cfpm install zip,orm,mysql,postgresql,sqlserver,document,feed"
"install:2021":"!cfpm install zip,orm,mysql,postgresql,sqlserver,document,feed",
"format":"cfformat run config/,handlers/,models/,modules_app/**/*.cfc,Application.cfc --overwrite",
"format:watch":"cfformat watch config/,handlers/,models/,modules_app/**/*.cfc,Application.cfc ./.cfformat.json",
"format:check":"cfformat check config/**/*.cfc,modules_app/**/*.cfc,modules/contentbox/**/*.cfc,tests/**/*.cfc,Application.cfc"
}
}

0 comments on commit 737e20b

Please sign in to comment.