Skip to content

Commit

Permalink
Aggregate afterscipts
Browse files Browse the repository at this point in the history
  • Loading branch information
t-zhangw committed Aug 6, 2020
1 parent aac2db5 commit 812704a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sdkauto_afterscript.js
Original file line number Diff line number Diff line change
@@ -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'});

0 comments on commit 812704a

Please sign in to comment.