We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af22f15 commit b9439f9Copy full SHA for b9439f9
bin/scripts/install_plugins.js
@@ -10,5 +10,8 @@ if(plugins.length > 0){
10
11
//processing plugin files for production mode
12
console.log("Processing plugin files for production mode");
13
- manager.prepareProduction();
+ manager.prepareProduction(() => {
14
+ console.log("Exiting");
15
+ process.exit(0);
16
+ });
17
}
0 commit comments