mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add flag to disable build check for tests
This commit is contained in:
@@ -43,7 +43,9 @@ function checkBuild() {
|
||||
|
||||
var RED = {
|
||||
init: function(httpServer,userSettings) {
|
||||
checkBuild();
|
||||
if (!userSettings.SKIP_BUILD_CHECK) {
|
||||
checkBuild();
|
||||
}
|
||||
userSettings.version = this.version();
|
||||
log.init(userSettings);
|
||||
settings.init(userSettings);
|
||||
|
Reference in New Issue
Block a user