fix(build): force rebuild parsers when build is invoked
This commit is contained in:
parent
91df16bdc8
commit
671a075fd6
1 changed files with 1 additions and 0 deletions
|
|
@ -746,6 +746,7 @@ impl Build {
|
|||
};
|
||||
|
||||
loader.debug_build(self.debug);
|
||||
loader.force_rebuild(true);
|
||||
|
||||
let config = Config::load(None)?;
|
||||
let loader_config = config.get()?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue