diff --git a/sdkauto_afterscript.js b/sdkauto_afterscript.js new file mode 100644 index 0000000000..1223e7089f --- /dev/null +++ b/sdkauto_afterscript.js @@ -0,0 +1,5 @@ +const basePath = process.argv[2]; +require("child_process").execSync(`npm install --prefix generator`, {stdio: 'inherit'}); +require("child_process").execSync(`npm run postprocessor ${basePath} --prefix generator`, {stdio: 'inherit'}); +require("child_process").execSync(`npm install --prefix tools`, {stdio: 'inherit'}); +require("child_process").execSync(`npm run test --prefix tools`, {stdio: 'inherit'});