diff --git a/server.json b/server.json index aade185..e926514 100644 --- a/server.json +++ b/server.json @@ -21,7 +21,8 @@ "cfconfig":{ "file":"./.cfconfig.json" }, - "scripts":{ - "onServerInstall":"install bx-esapi,bx-compat-cfml --noSave" - } + "onServerInstall":[ + "assertEqual \\${serverinfo.engineName} boxlang && install bx-esapi,bx-compat-cfml; exit 0", + "assertEqual \\${serverinfo.engineName} lucee && cfconfig cfmapping save /tests {web-root-directory}/../tests; exit 0" + ] }