save point durring huge unorganized refactor
This commit is contained in:
@ -32,7 +32,7 @@ function download() {
|
||||
|
||||
|
||||
restSpecUpdated(function (err, updated) {
|
||||
if (process.env.FORCE_GEN || err || updated) {
|
||||
if (process.env.FORCE_GEN || process.env.npm_config_force || err || updated) {
|
||||
download();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user